Add documentation for forward-char-passive

This commit is contained in:
Mahmoud Al-Qudsi
2024-03-28 00:18:24 -05:00
parent df09ab598f
commit 674c481d87

View File

@@ -191,6 +191,10 @@ The following special input functions are available:
move one character to the right; or if at the end of the commandline, accept the current autosuggestion.
If the completion pager is active, select the next completion instead.
``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.
``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.