Files
drunkendotfiles/vim/settings/ripgrep.vim
2016-12-31 13:34:40 -06:00

4 lines
111 B
VimL

" Open the Rg command and place the cursor into the quotes
nmap ,rg :Rg ""<Left>
nmap ,rf :Rg --files ""<Left>