|
|
|
|
|
by vilya
5651 days ago
|
|
That's the main thing I use visual mode for in Vim: to avoid having to count the number of lines. From the start of the block you just press 'v' then move the cursor to the end of the block; once you've got the lines highlighted, the yank and delete operations will automatically use them. |
|
See
for more info.