Skip to content

Instantly share code, notes, and snippets.

@benjamincharity
Created March 6, 2013 19:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benjamincharity/5102075 to your computer and use it in GitHub Desktop.
Save benjamincharity/5102075 to your computer and use it in GitHub Desktop.
# Grep for the phrase 'TODO' in SCSS files (simply omit everything
# after the last star to search all file types. The 'j' option stops
# the cursor from automatically jumping to the first instance.
:vimgrep TODO/j **/*.scss
# Open a pane showing all instances.
:cw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment