Visual modes
- v
- Shift-v
- Ctrl-v
v - Visual mode from here to cursor.
Shift-v - Visual mode this line till the line of the cursor.
Ctrl-v - Vertical visual mode. Block or rectangular edit.
Use the arrow key and other navigation keys to move cursor.
Ctrl-V, select rectangular, x - delete the selected characters.