How to do a multiple "find and replace" with vi/vim.
Press the Esc key and then type a colon. Now type: %s/currentstring/newstring/g and hit Enter. (where "currentstring" is the string of text that is currently in the document, and "newstring" is the string of text that you want to put in it's place.