Skip to content

Instantly share code, notes, and snippets.

@tenomoto
Created December 9, 2015 02:13
Show Gist options
  • Save tenomoto/5ff3d7769f53bd890fe1 to your computer and use it in GitHub Desktop.
Save tenomoto/5ff3d7769f53bd890fe1 to your computer and use it in GitHub Desktop.
Count occurrence of a particular word in vim
" n prevents replace
" in line
:s/word//gn
" in file
:%s/word//gn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment