Generally I use:
:%s/search/replace/g
This page shows the means of inserting a character at the beginning of each line:
:14,20s/^/#/
November 1, 2011
Comments Off on VI: search & replace
Generally I use:
:%s/search/replace/g
This page shows the means of inserting a character at the beginning of each line:
:14,20s/^/#/