- yank all lines to clipboard
:%y+ - Copy multiple line
V (Start highlight) + normal move keys to select + y - Replace word in file
:r(use % to replace whole file)s/foo/bar/a - Replace word in file
CTRL-V (CTRL-G is CTLV-V is used for paste on windows)+Select + I(UpperCase)+ comment+ESC
0 comments:
Post a Comment