Techniques and thoughts worth documenting.
example 1:
from line 10 through 50, insert two spaces at the start of the line
<esc>:10,50s/^/ /
example 2:
from line 10 through 50, replace the two spaces at the start of the line with empty
<esc>:10,50s/^ //
No comments:
Post a Comment