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?