comparison runtime/doc/terminal.txt @ 14109:279465096a16 v8.1.0072

patch 8.1.0072: use of 'termwinkey' is inconsistent commit https://github.com/vim/vim/commit/dcdeaaf1505b96aa7a31ccd4becc92c32119bdda Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 17 22:19:12 2018 +0200 patch 8.1.0072: use of 'termwinkey' is inconsistent Problem: Use of 'termwinkey' is inconsistent. Solution: Change the documentation and the behavior. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jun 2018 22:30:06 +0200
parents 274c9f1fbfd2
children 583bf95b6c84
comparison
equal deleted inserted replaced
14108:a8d728a64b3d 14109:279465096a16
85 will work like CTRL-W. However, typing 'termwinkey' twice sends 'termwinkey' 85 will work like CTRL-W. However, typing 'termwinkey' twice sends 'termwinkey'
86 to the job. For example: 86 to the job. For example:
87 'termwinkey' CTRL-W move focus to the next window 87 'termwinkey' CTRL-W move focus to the next window
88 'termwinkey' : enter an Ex command 88 'termwinkey' : enter an Ex command
89 'termwinkey' 'termwinkey' send 'termwinkey' to the job in the terminal 89 'termwinkey' 'termwinkey' send 'termwinkey' to the job in the terminal
90 'termwinkey' . send a CTRL-W to the job in the terminal 90 'termwinkey' . send 'termwinkey' to the job in the terminal
91 'termwinkey' CTRL-\ send a CTRL-\ to the job in the terminal
91 'termwinkey' N go to terminal Normal mode, see below 92 'termwinkey' N go to terminal Normal mode, see below
92 'termwinkey' CTRL-N same as CTRL-W N 93 'termwinkey' CTRL-N same as CTRL-W N
93 'termwinkey' CTRL-C same as |t_CTRL-W_CTRL-C| 94 'termwinkey' CTRL-C same as |t_CTRL-W_CTRL-C|
94 *t_CTRL-\_CTRL-N* 95 *t_CTRL-\_CTRL-N*
95 The special key combination CTRL-\ CTRL-N can be used to switch to Normal 96 The special key combination CTRL-\ CTRL-N can be used to switch to Normal