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
I'd also add: learn how to configure indentation for vim. Then a simple gg=G will do the trick.
gg=G