comparison runtime/doc/index.txt @ 16086:bd7461db24b3

Update runtime files. commit https://github.com/vim/vim/commit/63b74a8362b14576b21d342dc424d0396ca8ea27 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 24 15:09:13 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 Mar 2019 15:15:06 +0100
parents dc766e1b0c95
children b471858040bc
comparison
equal deleted inserted replaced
16085:9ee6ccf783f3 16086:bd7461db24b3
1 *index.txt* For Vim version 8.1. Last change: 2019 Mar 17 1 *index.txt* For Vim version 8.1. Last change: 2019 Mar 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *index* 6 *index*
1040 |c_CTRL-P| CTRL-P after using 'wildchar' with multiple matches: 1040 |c_CTRL-P| CTRL-P after using 'wildchar' with multiple matches:
1041 go to previous match, otherwise: recall older 1041 go to previous match, otherwise: recall older
1042 command-line from history. 1042 command-line from history.
1043 |c_CTRL-Q| CTRL-Q same as CTRL-V, unless it's used for terminal 1043 |c_CTRL-Q| CTRL-Q same as CTRL-V, unless it's used for terminal
1044 control flow 1044 control flow
1045 |c_CTRL-R| CTRL-R {0-9a-z"%#*:= CTRL-F CTRL-P CTRL-W CTRL-A} 1045 |c_CTRL-R| CTRL-R {regname}
1046 insert the contents of a register or object 1046 insert the contents of a register or object
1047 under the cursor as if typed 1047 under the cursor as if typed
1048 |c_CTRL-R_CTRL-R| CTRL-R CTRL-R {0-9a-z"%#*:= CTRL-F CTRL-P CTRL-W CTRL-A} 1048 |c_CTRL-R_CTRL-R| CTRL-R CTRL-R {regname}
1049 |c_CTRL-R_CTRL-O| CTRL-R CTRL-O {regname}
1049 insert the contents of a register or object 1050 insert the contents of a register or object
1050 under the cursor literally 1051 under the cursor literally
1051 CTRL-S (used for terminal control flow) 1052 CTRL-S (used for terminal control flow)
1052 |c_CTRL-T| CTRL-T previous match when 'incsearch' is active 1053 |c_CTRL-T| CTRL-T previous match when 'incsearch' is active
1053 |c_CTRL-U| CTRL-U remove all characters 1054 |c_CTRL-U| CTRL-U remove all characters