mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-29 21:43:55 +08:00
Fix typo for or
input function
This commit is contained in:
parent
0f3e58efe7
commit
f9786673e3
|
@ -249,7 +249,7 @@ The following special input functions are available:
|
||||||
or if at the end of the commandline, accept one word from the current autosuggestion.
|
or if at the end of the commandline, accept one word from the current autosuggestion.
|
||||||
|
|
||||||
``or``
|
``or``
|
||||||
only execute the next function if the previous succeeded (note: only some functions report success)
|
only execute the next function if the previous did not succeed (note: only some functions report failure)
|
||||||
|
|
||||||
``pager-toggle-search``
|
``pager-toggle-search``
|
||||||
toggles the search field if the completions pager is visible; or if used after ``history-pager``, search forwards in time.
|
toggles the search field if the completions pager is visible; or if used after ``history-pager``, search forwards in time.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user