|
1 | | -*options.txt* For Vim version 8.0. Last change: 2017 Jul 23 |
| 1 | +*options.txt* For Vim version 8.0. Last change: 2017 Jul 31 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -4040,7 +4040,8 @@ A jump table for the options with a short description can be found at |Q_op|. |
4040 | 4040 | L:SpellLocal,-:Conceal,+:Pmenu,=:PmenuSel, |
4041 | 4041 | x:PmenuSbar,X:PmenuThumb,*:TabLine, |
4042 | 4042 | #:TabLineSel,_:TabLineFill,!:CursorColumn, |
4043 | | - .:CursorLine,o:ColorColumn,q:QuickFixLine") |
| 4043 | + .:CursorLine,o:ColorColumn,q:QuickFixLine, |
| 4044 | + $:StatusLineTerm") |
4044 | 4045 | global |
4045 | 4046 | {not in Vi} |
4046 | 4047 | This option can be used to set highlighting mode for various |
@@ -7753,14 +7754,17 @@ A jump table for the options with a short description can be found at |Q_op|. |
7753 | 7754 | NOTE: This option is reset when 'compatible' is set. |
7754 | 7755 |
|
7755 | 7756 | *'termkey'* *'tk'* |
7756 | | -'termkey' 'tk' string (default "CTRL-W") |
| 7757 | +'termkey' 'tk' string (default "") |
7757 | 7758 | local to window |
7758 | 7759 | {not in Vi} |
7759 | | - The key that precedes a Vim command in a terminal window. Other keys |
| 7760 | + The key that starts a CTRL-W command in a terminal window. Other keys |
7760 | 7761 | are sent to the job running in the window. |
7761 | | - The string must be one key stroke but can be multiple bytes. |
7762 | | - NOT IMPLEMENTED YET |
7763 | | - |
| 7762 | + The <> notation can be used, e.g.: > |
| 7763 | + :set termkey=<C-L> |
| 7764 | +< The string must be one key stroke but can be multiple bytes. |
| 7765 | + When not set CTRL-W is used, so that CTRL-W : gets you to the command |
| 7766 | + line. If 'termkey' is set to CTRL-L then CTRL-L : gets you to the |
| 7767 | + command line. |
7764 | 7768 |
|
7765 | 7769 | *'termsize'* *'tms'* |
7766 | 7770 | 'termsize' 'tms' string (default "") |
|
0 commit comments