mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-27 06:31:19 -03:00
Add forward-single-char input command
This allows users to add custom keybindings to autocomplete only one character at a time. Resolves https://github.com/fish-shell/fish-shell/issues/4984
This commit is contained in:
committed by
Johannes Altmanninger
parent
6778d04aa5
commit
e7f0b5801d
@@ -132,6 +132,8 @@ The following special input functions are available:
|
||||
|
||||
- ``forward-char``, move one character to the right
|
||||
|
||||
- ``forward-single-char``, move one character to the right; if an autosuggestion is available, only take a single char from it
|
||||
|
||||
- ``forward-word``, move one word to the right
|
||||
|
||||
- ``history-search-backward``, search the history for the previous match
|
||||
|
||||
Reference in New Issue
Block a user