mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ The following special input functions are available:
|
||||||
|
|
||||||
- `complete`, guess the remainder of the current token
|
- `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
|
- `delete-char`, delete one character to the right of the cursor
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue