comparison runtime/doc/index.txt @ 19116:9b7f90e56753

Update runtime files. Commit: https://github.com/vim/vim/commit/8024f936368336241406137a2fa78ed5ee9000a6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 14 19:29:13 2020 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jan 2020 19:30:04 +0100
parents af69c9335223
children 350e1d3131d8
comparison
equal deleted inserted replaced
19115:7c7cf6b1e1cf 19116:9b7f90e56753
1 *index.txt* For Vim version 8.2. Last change: 2019 Sep 27 1 *index.txt* For Vim version 8.2. Last change: 2020 Jan 14
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *index* 6 *index*
71 mode 71 mode
72 |i_CTRL-P| CTRL-P find previous match for keyword in front of 72 |i_CTRL-P| CTRL-P find previous match for keyword in front of
73 the cursor 73 the cursor
74 |i_CTRL-Q| CTRL-Q same as CTRL-V, unless used for terminal 74 |i_CTRL-Q| CTRL-Q same as CTRL-V, unless used for terminal
75 control flow 75 control flow
76 |i_CTRL-SHIFT-Q| CTRL-SHIFT-Q {char}
77 like CTRL-Q unless |modifyOtherKeys| is active
76 |i_CTRL-R| CTRL-R {register} 78 |i_CTRL-R| CTRL-R {register}
77 insert the contents of a register 79 insert the contents of a register
78 |i_CTRL-R_CTRL-R| CTRL-R CTRL-R {register} 80 |i_CTRL-R_CTRL-R| CTRL-R CTRL-R {register}
79 insert the contents of a register literally 81 insert the contents of a register literally
80 |i_CTRL-R_CTRL-O| CTRL-R CTRL-O {register} 82 |i_CTRL-R_CTRL-O| CTRL-R CTRL-O {register}
87 |i_CTRL-T| CTRL-T insert one shiftwidth of indent in current 89 |i_CTRL-T| CTRL-T insert one shiftwidth of indent in current
88 line 90 line
89 |i_CTRL-U| CTRL-U delete all entered characters in the current 91 |i_CTRL-U| CTRL-U delete all entered characters in the current
90 line 92 line
91 |i_CTRL-V| CTRL-V {char} insert next non-digit literally 93 |i_CTRL-V| CTRL-V {char} insert next non-digit literally
94 |i_CTRL-SHIFT-V| CTRL-SHIFT-V {char}
95 like CTRL-V unless |modifyOtherKeys| is active
92 |i_CTRL-V_digit| CTRL-V {number} insert three digit decimal number as a single 96 |i_CTRL-V_digit| CTRL-V {number} insert three digit decimal number as a single
93 byte. 97 byte.
94 |i_CTRL-W| CTRL-W delete word before the cursor 98 |i_CTRL-W| CTRL-W delete word before the cursor
95 |i_CTRL-X| CTRL-X {mode} enter CTRL-X sub mode, see |i_CTRL-X_index| 99 |i_CTRL-X| CTRL-X {mode} enter CTRL-X sub mode, see |i_CTRL-X_index|
96 |i_CTRL-Y| CTRL-Y insert the character which is above the cursor 100 |i_CTRL-Y| CTRL-Y insert the character which is above the cursor