Skip to content

Instantly share code, notes, and snippets.

@andreiglingeanu
Created July 1, 2015 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreiglingeanu/dc538126f03767d760b7 to your computer and use it in GitHub Desktop.
Save andreiglingeanu/dc538126f03767d760b7 to your computer and use it in GitHub Desktop.
let g:ctrlp_user_command = 'ag %s -i --nocolor --nogroup --hidden
\ --ignore .git
\ --ignore .svn
\ --ignore .hg
\ --ignore .DS_Store
\ --ignore "**/*.pyc"
\ -g ""'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment