aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-04-18 11:49:06 +0200
committerGitHub <noreply@github.com>2022-04-18 11:49:06 +0200
commite73ef5c09281fa45ce6b0a0959467722af2840e8 (patch)
tree1ba8975bbb5c65bda1fd9fde11b4f35441ef9bfd
parent1facad23473eb2d045fe77199b3b0b9fd2586895 (diff)
downloadrneovim-e73ef5c09281fa45ce6b0a0959467722af2840e8.tar.gz
rneovim-e73ef5c09281fa45ce6b0a0959467722af2840e8.tar.bz2
rneovim-e73ef5c09281fa45ce6b0a0959467722af2840e8.zip
docs(terminal): correct sentence on how to enter terminal mode (#18146)
`o`/`O` is not supported for terminal mode
-rw-r--r--runtime/doc/nvim_terminal_emulator.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/runtime/doc/nvim_terminal_emulator.txt b/runtime/doc/nvim_terminal_emulator.txt
index f322764ecf..9ac81e2916 100644
--- a/runtime/doc/nvim_terminal_emulator.txt
+++ b/runtime/doc/nvim_terminal_emulator.txt
@@ -45,11 +45,10 @@ by |:mksession| to restore a terminal buffer (by restarting the {cmd}).
==============================================================================
Input *terminal-input*
-To send input, enter |Terminal-mode| using any command that would enter "insert
-mode" in a normal buffer, such as |i| or |:startinsert|. In this mode all keys
-except <C-\> are sent to the underlying program. If <C-\> is pressed, the
-next key is sent unless it is <C-N>. Use <C-\><C-N> to return to normal-mode.
-|CTRL-\_CTRL-N|
+To send input, enter |Terminal-mode| with |i|, |I|, |a|, |A| or
+|:startinsert|. In this mode all keys except <C-\> are sent to the underlying
+program. If <C-\> is pressed, the next key is sent unless it is <C-N>. Use
+<C-\><C-N> to return to normal-mode. |CTRL-\_CTRL-N|
Terminal-mode forces these local options: