mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 05:57:58 +08:00
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:
parent
5ca63c4956
commit
af022728bd
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user