mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-20 03:09:45 +08:00
docs/interactive: add ctrl-n Vi mode documentation
Noted missing in #11082.
This commit is contained in:
parent
82750bbaec
commit
b2eebbe194
|
@ -482,6 +482,7 @@ Command mode is also known as normal mode.
|
|||
- :kbd:`p` pastes text from the :ref:`killring`.
|
||||
|
||||
- :kbd:`u` undoes the most recent edit of the command line.
|
||||
|
||||
- :kbd:`ctrl-r` redoes the most recent edit.
|
||||
|
||||
- :kbd:`[` and :kbd:`]` search the command history for the previous/next token containing the token under the cursor before the search was started. See the :ref:`history <history-search>` section for more information on history searching.
|
||||
|
@ -503,6 +504,8 @@ Insert mode
|
|||
|
||||
- :kbd:`backspace` removes one character to the left.
|
||||
|
||||
- :kbd:`ctrl-n` accepts the autosuggestion.
|
||||
|
||||
.. _vi-mode-visual:
|
||||
|
||||
Visual mode
|
||||
|
|
Loading…
Reference in New Issue
Block a user