Skip to content

Instantly share code, notes, and snippets.

@simme
Created September 3, 2012 13:30
Show Gist options
  • Select an option

  • Save simme/3609347 to your computer and use it in GitHub Desktop.

Select an option

Save simme/3609347 to your computer and use it in GitHub Desktop.
Find TODOs in custom Drupal modules
" use <leader>df to find all TODO's in custom Drupal modules
noremap <leader>df :noautocmd vimgrep /TODO/j sites/all/modules/custom/**/*.{php,inc,install,module,js,sass,scss,css,coffee}<CR>:cw<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment