|
1 |
| -*index.txt* For Vim version 9.1. Last change: 2023 Jan 09 |
| 1 | +*index.txt* For Vim version 9.1. Last change: 2023 Jul 14 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -213,10 +213,12 @@ tag char note action in Normal mode ~
|
213 | 213 | |<Tab>| <Tab> 1 go to N newer entry in jump list
|
214 | 214 | |CTRL-I| CTRL-I 1 same as <Tab>
|
215 | 215 | |<NL>| <NL> 1 same as "j"
|
| 216 | +|<S-NL>| <S-NL> 1 same as CTRL-F |
216 | 217 | |CTRL-J| CTRL-J 1 same as "j"
|
217 | 218 | CTRL-K not used
|
218 | 219 | |CTRL-L| CTRL-L redraw screen
|
219 | 220 | |<CR>| <CR> 1 cursor to the first CHAR N lines lower
|
| 221 | +|<S-CR>| <S-CR> 1 same as CTRL-F |
220 | 222 | |CTRL-M| CTRL-M 1 same as <CR>
|
221 | 223 | |CTRL-N| CTRL-N 1 same as "j"
|
222 | 224 | |CTRL-O| CTRL-O 1 go to N older entry in jump list
|
@@ -287,9 +289,11 @@ tag char note action in Normal mode ~
|
287 | 289 | |star| * 1 search forward for the Nth occurrence of
|
288 | 290 | the ident under the cursor
|
289 | 291 | |+| + 1 same as <CR>
|
| 292 | +|<S-Plus>| <S-+> 1 same as CTRL-F |
290 | 293 | |,| , 1 repeat latest f, t, F or T in opposite
|
291 | 294 | direction N times
|
292 | 295 | |-| - 1 cursor to the first CHAR N lines higher
|
| 296 | +|<S-Minus>| <S--> 1 same as CTRL-B |
293 | 297 | |.| . 2 repeat last change with count replaced with
|
294 | 298 | N
|
295 | 299 | |/| /{pattern}<CR> 1 search forward for the Nth occurrence of
|
@@ -753,7 +757,7 @@ tag char note action in Normal mode ~
|
753 | 757 | search pattern and Visually select it
|
754 | 758 | |gP| ["x]gP 2 put the text [from register x] before the
|
755 | 759 | cursor N times, leave the cursor after it
|
756 |
| -|gQ| gQ switch to "Ex" mode with Vim editing |
| 760 | +|gQ| gQ switch to "Ex" mode with Vim editing |
757 | 761 | |gR| gR 2 enter Virtual Replace mode
|
758 | 762 | |gT| gT go to the previous tab page
|
759 | 763 | |gU| gU{motion} 2 make Nmove text uppercase
|
|
0 commit comments