@@ -33,7 +33,8 @@ know what the hjkl keys do. The mnemonic value of hjkl is clear from looking
33
33
at the keyboard. Think of j as an arrow pointing downwards.
34
34
35
35
The 'virtualedit' option can be set to make it possible to move the cursor to
36
- positions where there is no character or halfway a character.
36
+ positions where there is no character or within a multi-column character (like
37
+ a tab).
37
38
38
39
==============================================================================
39
40
1. Motions and operators *operator*
@@ -445,35 +446,35 @@ between Vi and Vim.
445
446
5. Text object motions *object-motions*
446
447
447
448
*(*
448
- ( [count] sentences backward. | exclusive | motion.
449
+ ( [count] | sentence | s backward. | exclusive | motion.
449
450
450
451
*)*
451
- ) [count] sentences forward. | exclusive | motion.
452
+ ) [count] | sentence | s forward. | exclusive | motion.
452
453
453
454
*{*
454
- { [count] paragraphs backward. | exclusive | motion.
455
+ { [count] | paragraph | s backward. | exclusive | motion.
455
456
456
457
*}*
457
- } [count] paragraphs forward. | exclusive | motion.
458
+ } [count] | paragraph | s forward. | exclusive | motion.
458
459
459
460
*]]*
460
- ]] [count] sections forward or to the next '{' in the
461
+ ]] [count] | section | s forward or to the next '{' in the
461
462
first column. When used after an operator, then also
462
463
stops below a '}' in the first column. | exclusive |
463
464
Note that | exclusive-linewise | often applies.
464
465
465
466
*][*
466
- ][ [count] sections forward or to the next '}' in the
467
+ ][ [count] | section | s forward or to the next '}' in the
467
468
first column. | exclusive |
468
469
Note that | exclusive-linewise | often applies.
469
470
470
471
*[[*
471
- [[ [count] sections backward or to the previous '{' in
472
+ [[ [count] | section | s backward or to the previous '{' in
472
473
the first column. | exclusive |
473
474
Note that | exclusive-linewise | often applies.
474
475
475
476
*[]*
476
- [] [count] sections backward or to the previous '}' in
477
+ [] [count] | section | s backward or to the previous '}' in
477
478
the first column. | exclusive |
478
479
Note that | exclusive-linewise | often applies.
479
480
@@ -1076,6 +1077,9 @@ The "file/text" column shows the file name, or the text at the jump if it is
1076
1077
in the current file (an indent is removed and a long line is truncated to fit
1077
1078
in the window).
1078
1079
1080
+ The marker ">" indicates the current position in the jumplist. It may not be
1081
+ shown when filtering the | :jump | command using | :filter |
1082
+
1079
1083
You are currently in line 1167. If you then use the CTRL-O command, the
1080
1084
cursor is put in line 1154. This results in:
1081
1085
0 commit comments