summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-06-17 22:19:12 +0200
committerBram Moolenaar <Bram@vim.org>2018-06-17 22:19:12 +0200
commitdcdeaaf1505b96aa7a31ccd4becc92c32119bdda (patch)
tree52bde88c1e1a7be98f75ceeed8f104799ed41f2d /runtime
parentb3307b5e7e7bd3962b0d5c61a94e638564c146b0 (diff)
downloadvim-dcdeaaf1505b96aa7a31ccd4becc92c32119bdda.zip
patch 8.1.0072: use of 'termwinkey' is inconsistent
Problem: Use of 'termwinkey' is inconsistent. Solution: Change the documentation and the behavior. (Ken Takata)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/terminal.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt
index 8f95fc227..a6c40f6ef 100644
--- a/runtime/doc/terminal.txt
+++ b/runtime/doc/terminal.txt
@@ -87,7 +87,8 @@ to the job. For example:
'termwinkey' CTRL-W move focus to the next window
'termwinkey' : enter an Ex command
'termwinkey' 'termwinkey' send 'termwinkey' to the job in the terminal
- 'termwinkey' . send a CTRL-W to the job in the terminal
+ 'termwinkey' . send 'termwinkey' to the job in the terminal
+ 'termwinkey' CTRL-\ send a CTRL-\ to the job in the terminal
'termwinkey' N go to terminal Normal mode, see below
'termwinkey' CTRL-N same as CTRL-W N
'termwinkey' CTRL-C same as |t_CTRL-W_CTRL-C|