I need to do a bunch of word replacements in a file and want to do it with a vi command, not an EX command such as :%s///g. I know that this is the typical way
:%s///g
Or you could do Shift+v-p (select the whole line and paste in its' place)