docs/interactive: add ctrl-n Vi mode documentation

Noted missing in #11082.

(cherry picked from commit b2eebbe194)
This commit is contained in:
David Adam 2025-02-13 00:12:14 +08:00
parent 40b63c35ab
commit df56f7155e

View File

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