Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MasoodGit/a8388f6230079074f1df386a5096c432 to your computer and use it in GitHub Desktop.
Save MasoodGit/a8388f6230079074f1df386a5096c432 to your computer and use it in GitHub Desktop.
1. pact install the_silver_searcher
2. update the vimrc/ctrlp vim plugin
" Make CtrlP use ag for listing the files. Way faster and no useless files.
let g:ctrlp_user_command = 'ag %s -l --hidden --nocolor -g ""'
let g:ctrlp_use_caching = 0
3. Add .agignore similar to .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment