diff --git a/vimrc b/vimrc index e914330..d923a60 100644 --- a/vimrc +++ b/vimrc @@ -99,6 +99,7 @@ if count(g:vimified_packages, 'general') " Use Ag over Grep set grepprg=ag\ --nogroup\ --nocolor + let g:ctrlp_working_path = 'r' let g:ctrlp_user_command = 'ag %s -i --nocolor --nogroup --ignore ".git" --ignore ".DS_Store" --hidden -g ""' else nnoremap F :ClearCtrlPCache\|:CtrlP