vim – How to delete a large block of text without counting the lines?

In vim, I often find myself deleting (or copying) large blocks of text. One can count the lines of text and say (for example) 50dd to delete 50 lines.

But how would one delete this large block of text without having to know how many lines to delete?

13 Answers
13

Leave a Comment