dotar/SpaceVim.d/autoload/ripgrep.vim

4 lines
111 B
VimL
Raw Normal View History

2020-02-10 10:56:29 +08:00
" Open the Rg command and place the cursor into the quotes
nmap ,rg :Rg ""<Left>
nmap ,rf :Rg --files ""<Left>