diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-06-17 22:19:12 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-06-17 22:19:12 +0200 |
commit | dcdeaaf1505b96aa7a31ccd4becc92c32119bdda (patch) | |
tree | 52bde88c1e1a7be98f75ceeed8f104799ed41f2d /runtime | |
parent | b3307b5e7e7bd3962b0d5c61a94e638564c146b0 (diff) | |
download | vim-git-dcdeaaf1505b96aa7a31ccd4becc92c32119bdda.tar.gz |
patch 8.1.0072: use of 'termwinkey' is inconsistentv8.1.0072
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.txt | 3 |
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| |