Skip to content

Commit

Permalink
Update ag command plugin usage
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinClowers committed Dec 22, 2015
1 parent 77f39e1 commit d694def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Credits
" https://github.com/garybernhardt/dotfiles/blob/master/.vimrc
" https://github.com/nocash/vim-rc
Expand Down Expand Up @@ -167,7 +167,7 @@ map <leader>A :Ag! <C-R><C-W><CR>
" Use ag for search, it's much faster than ack.
" See https://github.com/ggreer/the_silver_searcher
" on mac: brew install the_silver_searcher
let g:agprg = 'ag --nogroup --nocolor --column --smart-case'
let g:ag_prg = 'ag --nogroup --nocolor --column --smart-case'

""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Kills a buffer without closing a split, use ,w . Used in conjunction
Expand Down

0 comments on commit d694def

Please sign in to comment.