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
Assuming a shiftwidth=2, then using shift with a range of %
shiftwidth=2
%
:%<