mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 00:21:15 -03:00
Add or keybind input function
This commit is contained in:
committed by
Johannes Altmanninger
parent
b990bb1f7a
commit
6778d04aa5
@@ -162,6 +162,8 @@ The following special input functions are available:
|
||||
|
||||
- ``kill-word``, move the next word to the killring
|
||||
|
||||
- ``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.
|
||||
|
||||
- ``repaint``, reexecutes the prompt functions and redraws the prompt. Multiple successive repaints are coalesced.
|
||||
|
||||
Reference in New Issue
Block a user