From 674c481d87e27fdf222bf261def2fc9fbecd929c Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Thu, 28 Mar 2024 00:18:24 -0500 Subject: [PATCH] Add documentation for forward-char-passive --- doc_src/cmds/bind.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc_src/cmds/bind.rst b/doc_src/cmds/bind.rst index 2f08909fe..99e85524f 100644 --- a/doc_src/cmds/bind.rst +++ b/doc_src/cmds/bind.rst @@ -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.