mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-04 09:08:46 +00:00
Place bind.rst readline function docs in more alphabetical order
This commit is contained in:
parent
a4c92ecd2e
commit
e333f90c07
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue