aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/intro.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2021-09-10 21:24:08 +0800
committerGitHub <noreply@github.com>2021-09-10 06:24:08 -0700
commitaf6948d271421380e0780fa4351413e62194b2df (patch)
tree53dcc3ee1671bd9341701df6f9b7bb4bdb1e1a27 /runtime/doc/intro.txt
parent4b452d4efb8cbab48129189833ac8af9a1d02a2f (diff)
downloadrneovim-af6948d271421380e0780fa4351413e62194b2df.tar.gz
rneovim-af6948d271421380e0780fa4351413e62194b2df.tar.bz2
rneovim-af6948d271421380e0780fa4351413e62194b2df.zip
docs(terminal): clarify CTRL-\ behavior #15171
Diffstat (limited to 'runtime/doc/intro.txt')
-rw-r--r--runtime/doc/intro.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt
index f739e2e88b..2baf3a247f 100644
--- a/runtime/doc/intro.txt
+++ b/runtime/doc/intro.txt
@@ -454,9 +454,10 @@ Ex mode Like Command-line mode, but after entering a command
command line. |Ex-mode|
*Terminal-mode*
-Terminal mode In Terminal mode all input (except |c_CTRL-\_CTRL-N|)
- is sent to the process running in the current
- |terminal| buffer.
+Terminal mode In Terminal mode all input (except CTRL-\) is sent to
+ the process running in the current |terminal| buffer.
+ If CTRL-\ is pressed, the next key is sent unless it
+ is CTRL-N (|CTRL-\_CTRL-N|).
If the 'showmode' option is on "-- TERMINAL --" is shown
at the bottom of the window.