Searched refs:termwinkey (Results 1 – 12 of 12) sorted by relevance
87 See option 'termwinkey' for specifying another key instead of CTRL-W that88 will work like CTRL-W. However, typing 'termwinkey' twice sends 'termwinkey'90 'termwinkey' CTRL-W move focus to the next window91 'termwinkey' : enter an Ex command92 'termwinkey' 'termwinkey' send 'termwinkey' to the job in the terminal93 'termwinkey' . send 'termwinkey' to the job in the terminal94 'termwinkey' CTRL-\ send a CTRL-\ to the job in the terminal95 'termwinkey' N go to terminal Normal mode, see below96 'termwinkey' CTRL-N same as CTRL-W N |t_CTRL-W_N|97 'termwinkey' CTRL-C same as CTRL-W CTRL-C |t_CTRL-W_CTRL-C|[all …]
245 CTRL-W or 'termwinkey'.
943 'termwinkey' 'twk' key that precedes a Vim command in a terminal
1116 This assumes 'termwinkey' is not set.
7938 *'termwinkey'* *'twk'*7939 'termwinkey' 'twk' string (default "")7944 :set termwinkey=<C-L>7947 line. If 'termwinkey' is set to CTRL-L then CTRL-L : gets you to the
1130 'termwinkey' options.txt /*'termwinkey'*
14646 'termwinkey'25438 Problem: No test for 'termwinkey'.26442 Problem: Use of 'termwinkey' is inconsistent.
2534 int termwinkey = 0; in terminal_loop() local2550 termwinkey = string_to_key(curwin->w_p_twk, TRUE); in terminal_loop()2551 if (termwinkey == Ctrl_W) in terminal_loop()2552 termwinkey = 0; in terminal_loop()2611 if ((c == (termwinkey == 0 ? Ctrl_W : termwinkey) || c == Ctrl_BSL) in terminal_loop()2659 raw_c = ctrl_to_raw_c(termwinkey == 0 ? Ctrl_W : termwinkey); in terminal_loop()2678 else if (termwinkey == 0 || c != termwinkey) in terminal_loop()
155 set termwinkey=<C-L>186 set termwinkey&
1163 " Bug: This doesn't work for the 'cedit' and 'termwinkey' options
33 …iso smd spellcapcheck splitright ssop sts swapsync syn tag tagstack tc termwinkey textwidth tildeo…
528 call <SID>AddOption("termwinkey", gettext("key that precedes Vim commands in a terminal window"))