What\'s the easiest way to delete the first 2 spaces for each line using VIM? Basically it\'s repeating \"2x\" for each line.
Clarification: here the assumption is t
Ctrl-V
Ctrl-Q
d
Esc