Find and Replace in Vim
I want to provide myself with some helpful snippets on here, the most frequent I search for is how to find and replace in vim. I always remember the gist of it, but the wiki provides the extra bits I forget.
:%s/find/replace/g
Member discussion