mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
Place bind.rst readline function docs in more alphabetical order
This commit is contained in:
@@ -120,6 +120,8 @@ The following special input functions are available:
|
|||||||
|
|
||||||
- ``execute`` run the current commandline
|
- ``execute`` run the current commandline
|
||||||
|
|
||||||
|
- ``force-repaint`` reexecute the prompt functions without coalescing
|
||||||
|
|
||||||
- ``forward-bigword``, move one whitespace-delimited word to the right
|
- ``forward-bigword``, move one whitespace-delimited word to the right
|
||||||
|
|
||||||
- ``forward-char``, move one character 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.
|
- ``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
|
- ``suppress-autosuggestion``, remove the current autosuggestion
|
||||||
|
|
||||||
- ``swap-selection-start-stop``, go to the other end of the highlighted text without changing the selection
|
- ``swap-selection-start-stop``, go to the other end of the highlighted text without changing the selection
|
||||||
|
|||||||
Reference in New Issue
Block a user