mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
there is no "undo" key binding
This commit is contained in:
parent
edaef4e6b0
commit
a520d97752
1 changed files with 1 additions and 1 deletions
|
@ -1091,7 +1091,7 @@ Command mode is also known as normal mode.
|
|||
|
||||
- @key{p} pastes text from the <a href="#killring">killring</a>.
|
||||
|
||||
- @key{u} undoes the most recent action.
|
||||
- @key{u} search history backwards.
|
||||
|
||||
- @key{[} and @key{]} search the command history for the previous/next token containing the token under the cursor before the search was started. See the <a href='#history'>history</a> section for more information on history searching.
|
||||
|
||||
|
|
Loading…
Reference in a new issue