Last active
May 17, 2016 10:23
-
-
Save MasoodGit/a8388f6230079074f1df386a5096c432 to your computer and use it in GitHub Desktop.
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
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