dotar/vim/settings/ag.vim
2013-12-16 10:24:32 -06:00

4 lines
107 B
VimL

" Open the Ag command and place the cursor into the quotes
nmap ,ag :Ag ""<Left>
nmap ,af :AgFile ""<Left>