4 lines
111 B
VimL
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>
|