1
- *motion.txt* For Vim version 8.2. Last change: 2021 Dec 04
1
+ *motion.txt* For Vim version 8.2. Last change: 2021 Dec 13
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1038,12 +1038,10 @@ commands that start editing a new file.
1038
1038
*CTRL-O*
1039
1039
CTRL-O Go to [count] Older cursor position in jump list
1040
1040
(not a motion command).
1041
- {not available without the | +jumplist | feature}
1042
1041
1043
1042
<Tab> or *CTRL-I* *<Tab>*
1044
1043
CTRL-I Go to [count] newer cursor position in jump list
1045
1044
(not a motion command).
1046
- {not available without the | +jumplist | feature}
1047
1045
1048
1046
NOTE: In the GUI and in a terminal supporting
1049
1047
| modifyOtherKeys | , CTRL-I can be mapped separately
@@ -1053,18 +1051,15 @@ CTRL-I Go to [count] newer cursor position in jump list
1053
1051
1054
1052
*:ju* *:jumps*
1055
1053
:ju[mps] Print the jump list (not a motion command).
1056
- {not available without the | +jumplist | feature}
1057
1054
1058
1055
*:cle* *:clearjumps*
1059
1056
:cle[arjumps] Clear the jump list of the current window.
1060
- {not available without the | +jumplist | feature}
1061
1057
1062
1058
*jumplist*
1063
1059
Jumps are remembered in a jump list. With the CTRL-O and CTRL-I command you
1064
1060
can go to cursor positions before older jumps, and back again. Thus you can
1065
1061
move up and down the list. There is a separate jump list for each window.
1066
1062
The maximum number of entries is fixed at 100.
1067
- {not available without the | +jumplist | feature}
1068
1063
1069
1064
For example, after three jump commands you have this jump list:
1070
1065
@@ -1141,13 +1136,11 @@ g; Go to [count] older position in change list.
1141
1136
positions go to the oldest change.
1142
1137
If there is no older change an error message is given.
1143
1138
(not a motion command)
1144
- {not available without the | +jumplist | feature}
1145
1139
1146
1140
*g,* *E663*
1147
1141
g, Go to [count] newer cursor position in change list.
1148
1142
Just like | g; | but in the opposite direction.
1149
1143
(not a motion command)
1150
- {not available without the | +jumplist | feature}
1151
1144
1152
1145
When using a count you jump as far back or forward as possible. Thus you can
1153
1146
use "999g;" to go to the first change for which the position is still
0 commit comments