Friday, May 29, 2009

vi - global search and replace?

I use vi heavily. Every time I have to do global search and replace, I have to do google search first. So documenting it here:

:%s/lookForMe/ReplaceWithMe/g

No comments: