Link
add more powerful find tool to vim»
My key binding:
" Ack nnoremap <leader>a :AckAnd then enjoy it!
Or, what I prefer to do,
set grepprg=ack\ -a\ -H\ --nocolor\ --nogroup
So you can just use the standard :grep instead of needing to use :Ack.
(Source: jinpu)
via fuckyeahvim.
-
jinpu posted this