Document complete-and-search moving backwards in pager

This isn't _clean_, but making a real binding that moves backwards if
in pager and does something else if not is more work.

Fixes #3703.
This commit is contained in:
Fabian Homborg 2017-01-06 16:05:48 +01:00
parent 5ca63c4956
commit af022728bd

View File

@ -83,7 +83,7 @@ The following special input functions are available:
- `complete`, guess the remainder of the current token
- `complete-and-search`, invoke the searchable pager on completion options
- `complete-and-search`, invoke the searchable pager on completion options (for convenience, this also moves backwards in the completion pager)
- `delete-char`, delete one character to the right of the cursor