diff options
Diffstat (limited to '_vim')
-rw-r--r-- | _vim/vimrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -300,9 +300,9 @@ inoremap <F1> <Esc> vnoremap <leader>y "+y noremap <leader>p "+p -" Use the Silver Searcher -if executable("ag") - set grepprg=ag\ --nogroup\ --nocolor +" The Silver Searcher +if executable('ag') + set grepprg=ag\ --vimgrep let g:ctrlp_user_command = 'ag %s -l --nocolor -g ""' let g:ctrlp_use_caching = 0 endif |