Document backward-char-passive

This commit is contained in:
Mahmoud Al-Qudsi
2024-03-29 14:12:21 -05:00
parent 1adbec2d37
commit 8eb7a08035

View File

@@ -100,6 +100,10 @@ The following special input functions are available:
move one character to the left.
If the completion pager is active, select the previous completion instead.
``backward-char-passive``
move one character to the left, but do not trigger any non-movement-related operations. If the cursor is at the start of
the commandline, does nothing. Does not change the selected item in the completion pager UI when shown.
``backward-bigword``
move one whitespace-delimited word to the left
@@ -193,7 +197,8 @@ The following special input functions are available:
``forward-char-passive``
move one character to the right, but do not trigger any non-movement-related operations. If the cursor is at the end of the
commandline, does not accept the current autosuggestion (if any). If the completion pager is active, does nothing.
commandline, does not accept the current autosuggestion (if any). Does not change the selected item in the completion pager,
if shown.
``forward-single-char``
move one character to the right; or if at the end of the commandline, accept a single char from the current autosuggestion.