dotar/SpaceVim.d/autoload/settings/out_of_usage/ag.vim
2020-09-19 21:40:14 +08: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>