mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
Add documentation for nextd-or-forward-word and prevd-or-backward-word readline functions
This commit is contained in:
parent
f88bb35204
commit
45dbfda5cc
1 changed files with 6 additions and 0 deletions
|
@ -227,12 +227,18 @@ The following special input functions are available:
|
|||
``kill-word``
|
||||
move the next word to the killring
|
||||
|
||||
``nextd-or-forward-word``
|
||||
if the commandline is empty, then move forward in the directory history, otherwise move one word to the right
|
||||
|
||||
``or``
|
||||
only execute the next function if the previous succeeded (note: only some functions report success)
|
||||
|
||||
``pager-toggle-search``
|
||||
toggles the search field if the completions pager is visible.
|
||||
|
||||
``prevd-or-backward-word``
|
||||
if the commandline is empty, then move backward in the directory history, otherwise move one word to the left
|
||||
|
||||
``repaint``
|
||||
reexecutes the prompt functions and redraws the prompt (also ``force-repaint`` for backwards-compatibility)
|
||||
|
||||
|
|
Loading…
Reference in a new issue