|
1 |
| -*index.txt* For Vim version 8.2. Last change: 2020 May 31 |
| 1 | +*index.txt* For Vim version 8.2. Last change: 2020 Oct 05 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -784,10 +784,10 @@ tag char note action in Normal mode ~
|
784 | 784 | lines down
|
785 | 785 | |gk| gk 1 like "k", but when 'wrap' on go N screen
|
786 | 786 | lines up
|
787 |
| -|gn| gn 1,2 find the next match with the last used |
788 |
| - search pattern and Visually select it |
789 | 787 | |gm| gm 1 go to character at middle of the screenline
|
790 | 788 | |gM| gM 1 go to character at middle of the text line
|
| 789 | +|gn| gn 1,2 find the next match with the last used |
| 790 | + search pattern and Visually select it |
791 | 791 | |go| go 1 cursor to byte N in the buffer
|
792 | 792 | |gp| ["x]gp 2 put the text [from register x] after the
|
793 | 793 | cursor N times, leave the cursor after it
|
@@ -1317,6 +1317,7 @@ tag command action ~
|
1317 | 1317 | |:filetype| :filet[ype] switch file type detection on/off
|
1318 | 1318 | |:filter| :filt[er] filter output of following command
|
1319 | 1319 | |:find| :fin[d] find file in 'path' and edit it
|
| 1320 | +|:final| :final declare an immutable variable in Vim9 |
1320 | 1321 | |:finally| :fina[lly] part of a :try command
|
1321 | 1322 | |:finish| :fini[sh] quit sourcing a Vim script
|
1322 | 1323 | |:first| :fir[st] go to the first file in the argument list
|
@@ -1693,6 +1694,7 @@ tag command action ~
|
1693 | 1694 | |:unsilent| :uns[ilent] run a command not silently
|
1694 | 1695 | |:update| :up[date] write buffer if modified
|
1695 | 1696 | |:vglobal| :v[global] execute commands for not matching lines
|
| 1697 | +|:var| :var variable declaration in Vim9 |
1696 | 1698 | |:version| :ve[rsion] print version number and other info
|
1697 | 1699 | |:verbose| :verb[ose] execute command with 'verbose' set
|
1698 | 1700 | |:vertical| :vert[ical] make following command split vertically
|
|
0 commit comments