Vim
return to CategoryDevelopmentBecause I'm even more scared of emacs.
Basic Commands
Replace Text
ref: http://vim.wikia.com/wiki/Search_and_replace# on current line :s/foo/bar/g # on all lines :%s/foo/bar/g
References
http://vim.wikia.com/CategoryCategory
[There are no comments on this page]