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