dotar/vim/settings/ripgrep.vim
2019-04-10 17:59:38 +08: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>