Monday, July 11, 2011

Vim comment/uncomment block of lines with commands

Vim comment/uncomment block of lines with commands

working on lines 24 to 314

comment:
:24,314s/^/#/g

uncomment:
:24,314s/^#//g

No comments:

Post a Comment