Is there a shortcut for 10k10dd? I want to delete the 10 lines prior to the cursor, without having to move the cursor backwards first.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
Did you try something like |
|||||||||||||||||
|
|
In certain circumstances, those 10 lines are the beginning of a paragraph than you can delete with:
or the beginning of a ( C-like) function
See It is usually easier to use text objects than to count lines. ( Well on Vim latest versions, you can use |
||||
|
|
|
You could select the lines that you want to delete in |
|||||||||||
|