diff --git a/doc_src/interactive.rst b/doc_src/interactive.rst index 59c3b9fca..28bc55157 100644 --- a/doc_src/interactive.rst +++ b/doc_src/interactive.rst @@ -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 ` 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