|
1 | | -*motion.txt* For Vim version 9.1. Last change: 2024 Dec 14 |
| 1 | +*motion.txt* For Vim version 9.1. Last change: 2024 Dec 16 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -93,13 +93,6 @@ command. There are however, two general exceptions: |
93 | 93 | end of the motion is moved to the end of the previous line and the motion |
94 | 94 | becomes inclusive. Example: "}" moves to the first line after a paragraph, |
95 | 95 | but "d}" will not include that line. |
96 | | - |
97 | | - *inclusive-motion-selection-exclusive* |
98 | | -When 'selection' is "exclusive", |Visual| mode is active and an inclusive |
99 | | -motion has been used, the cursor position will be adjusted by another |
100 | | -character to the right, so that visual selction includes the expected text and |
101 | | -can be acted upon. |
102 | | - |
103 | 96 | *exclusive-linewise* |
104 | 97 | 2. If the motion is exclusive, the end of the motion is in column 1 and the |
105 | 98 | start of the motion was at or before the first non-blank in the line, the |
@@ -129,6 +122,12 @@ This cannot be repeated: > |
129 | 122 | endif<CR> |
130 | 123 | Note that when using ":" any motion becomes characterwise exclusive. |
131 | 124 |
|
| 125 | + *inclusive-motion-selection-exclusive* |
| 126 | +When 'selection' is "exclusive", |Visual| mode is active and an inclusive |
| 127 | +motion has been used, the cursor position will be adjusted by another |
| 128 | +character to the right, so that visual selction includes the expected text and |
| 129 | +can be acted upon. |
| 130 | + |
132 | 131 | *forced-motion* |
133 | 132 | FORCING A MOTION TO BE LINEWISE, CHARACTERWISE OR BLOCKWISE |
134 | 133 |
|
|
0 commit comments