http://vim.wikia.com/wiki/Search_and_replace
Try this search and replace:
:%s/foo/bar/gc
Change each ‘foo’ to ‘bar’, but ask for confirmation first.
Press y or n to change or keep your text.
http://vim.wikia.com/wiki/Search_and_replace
Try this search and replace:
:%s/foo/bar/gc
Change each ‘foo’ to ‘bar’, but ask for confirmation first.
Press y or n to change or keep your text.