1
- *motion.txt* For Vim version 8.0 . Last change: 2017 Mar 12
1
+ *motion.txt* For Vim version 8.1 . Last change: 2017 Oct 15
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1317,7 +1317,10 @@ the current line is included. You can then use "%" to go to the matching line.
1317
1317
H To line [count] from top (Home) of window (default:
1318
1318
first line on the window) on the first non-blank
1319
1319
character | linewise | . See also 'startofline' option.
1320
- Cursor is adjusted for 'scrolloff' option.
1320
+ Cursor is adjusted for 'scrolloff' option, unless an
1321
+ operator is pending, in which case the text may
1322
+ scroll. E.g. "yH" yanks from the first visible line
1323
+ until the cursor line (inclusive).
1321
1324
1322
1325
*M*
1323
1326
M To Middle line of window, on the first non-blank
@@ -1327,7 +1330,10 @@ M To Middle line of window, on the first non-blank
1327
1330
L To line [count] from bottom of window (default: Last
1328
1331
line on the window) on the first non-blank character
1329
1332
| linewise | . See also 'startofline' option.
1330
- Cursor is adjusted for 'scrolloff' option.
1333
+ Cursor is adjusted for 'scrolloff' option, unless an
1334
+ operator is pending, in which case the text may
1335
+ scroll. E.g. "yL" yanks from the cursor to the last
1336
+ visible line.
1331
1337
1332
1338
<LeftMouse> Moves to the position on the screen where the mouse
1333
1339
click is | exclusive | . See also | <LeftMouse> | . If the
0 commit comments