Add or keybind input function

This commit is contained in:
Olivier FAURE
2020-07-22 19:18:24 +02:00
committed by Johannes Altmanninger
parent b990bb1f7a
commit 6778d04aa5
4 changed files with 16 additions and 3 deletions

View File

@@ -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.