Vim Command to Delete Multiple Lines
I like to use "linewise-visual-mode" to delete multiple lines of text.
But, "linewise-visual-mode" is great for fixing the indentation on a block of code or commenting out an entire section too.
Change Modes
V
Start Linewise-Visual-Mode
Select Lines
j
or k
to Move Up or Down
Execute a Command
d
Delete Selected Lines