easy text replacement
You can *
in a word, and then :%s//replacement
will replace that word for replacement.
The empty string in s//
tells vim to use the string in the /
register.
You can *
in a word, and then :%s//replacement
will replace that word for replacement.
The empty string in s//
tells vim to use the string in the /
register.