dotar/SpaceVim.d/autoload/ag.vim

4 lines
107 B
VimL
Raw Normal View History

2020-02-10 10:56:29 +08:00
" Open the Ag command and place the cursor into the quotes
nmap ,ag :Ag ""<Left>
nmap ,af :AgFile ""<Left>