jremmen / vim-ripgrep

Use RipGrep in Vim and display results in a quickfix list
MIT License
541 stars 99 forks source link

Maybe add :Rgf or something? #30

Open firedev opened 5 years ago

firedev commented 5 years ago

Hi, thanks for the plug-in, migrated to rg from ag and never looked back.

I saw #28 but I can't do :Rg -F "params({, it swallows { so I had to do it as :!rg -F "params({"

Maybe add an :Rgf command that would do a string-only search?