Skip to content

Instantly share code, notes, and snippets.

@ashwin
Created February 12, 2015 10:17
Show Gist options
  • Save ashwin/6ce469d09516da724424 to your computer and use it in GitHub Desktop.
Save ashwin/6ce469d09516da724424 to your computer and use it in GitHub Desktop.
How to search and replace full word in Vim
:%s/\<foo\>/abracadabra/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment