Navigation Menu

Skip to content

Commit

Permalink
use ag in replace of ack in Ack styles
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchenyun committed Jan 23, 2013
1 parent 2ad1776 commit 9c5d6aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/vundle
Submodule vundle updated from 3bf598 to 2a494f
3 changes: 3 additions & 0 deletions plugins
Expand Up @@ -133,3 +133,6 @@ nmap <leader>dj :silent !open dash://javascript:<cword><cr>
nmap <leader>drb :silent !open dash://ruby:<cword><cr>
nmap <leader>dra :silent !open dash://rails:<cword><cr>

"========== Use Ag - an Ack Replacement ==========
let g:ackprg = 'ag --nogroup --nocolor --column'

0 comments on commit 9c5d6aa

Please sign in to comment.