mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs(terminal): correct sentence on how to enter terminal mode (#18146)
`o`/`O` is not supported for terminal mode
This commit is contained in:
parent
1facad2347
commit
e73ef5c092
@ -45,11 +45,10 @@ by |:mksession| to restore a terminal buffer (by restarting the {cmd}).
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
Input *terminal-input*
|
Input *terminal-input*
|
||||||
|
|
||||||
To send input, enter |Terminal-mode| using any command that would enter "insert
|
To send input, enter |Terminal-mode| with |i|, |I|, |a|, |A| or
|
||||||
mode" in a normal buffer, such as |i| or |:startinsert|. In this mode all keys
|
|:startinsert|. In this mode all keys except <C-\> are sent to the underlying
|
||||||
except <C-\> are sent to the underlying program. If <C-\> is pressed, the
|
program. If <C-\> is pressed, the next key is sent unless it is <C-N>. Use
|
||||||
next key is sent unless it is <C-N>. Use <C-\><C-N> to return to normal-mode.
|
<C-\><C-N> to return to normal-mode. |CTRL-\_CTRL-N|
|
||||||
|CTRL-\_CTRL-N|
|
|
||||||
|
|
||||||
Terminal-mode forces these local options:
|
Terminal-mode forces these local options:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user