Skip to content

Instantly share code, notes, and snippets.

@ku1ik
Created December 8, 2012 20:09
Show Gist options
  • Save ku1ik/4241708 to your computer and use it in GitHub Desktop.
Save ku1ik/4241708 to your computer and use it in GitHub Desktop.
Using ag (aka The Silver Searcher) with ack.vim
" .vimrc
let g:ackprg = 'ag --nogroup --nocolor --column'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment