A list of cool features of Vi.
%s!^!foo!
'<,'>s!^!foo!
%s/$/foo/g
g/^$/d
%s/,/\r/g
%s/\n/
Ctrl+V
to enter visual block mode.select the columns of text in the lines you want to comment.
Shift+I
and type the text you want to insert.Hit
Esc
.
o
O