Created
March 6, 2013 19:08
-
-
Save benjamincharity/5102075 to your computer and use it in GitHub Desktop.
List TODO items. Found here: http://stackoverflow.com/questions/4106137/manage-todo-lots-of-files-with-vim#answer-4106211
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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