From e333f90c07d3d3f440849a20e947d396d3dc5a1f Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 7 Mar 2020 12:09:00 -0800 Subject: [PATCH] Place bind.rst readline function docs in more alphabetical order --- sphinx_doc_src/cmds/bind.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx_doc_src/cmds/bind.rst b/sphinx_doc_src/cmds/bind.rst index 2bdd28c92..8f3db773c 100644 --- a/sphinx_doc_src/cmds/bind.rst +++ b/sphinx_doc_src/cmds/bind.rst @@ -120,6 +120,8 @@ The following special input functions are available: - ``execute`` run the current commandline +- ``force-repaint`` reexecute the prompt functions without coalescing + - ``forward-bigword``, move one whitespace-delimited word to the right - ``forward-char``, move one character to the right @@ -160,8 +162,6 @@ The following special input functions are available: - ``repaint-mode`` reexecutes the fish_mode_prompt function and redraws the prompt. This is useful for vi-mode. If no fish_mode_prompt exists, it acts like a normal repaint. -- ``force-repaint`` reexecute the prompt functions without coalescing. - - ``suppress-autosuggestion``, remove the current autosuggestion - ``swap-selection-start-stop``, go to the other end of the highlighted text without changing the selection