Closed salcode closed 3 years ago
Just like we added :Ag to use ag for search (in Issue #95, PR #165), now that I've started using ripgrep (rg), I'd like to add :Rg as a search command that populates the quick fix list (similar to how :grep works).
:Ag
rg
:Rg
:grep
Just like we added
:Ag
to use ag for search (in Issue #95, PR #165), now that I've started using ripgrep (rg
), I'd like to add:Rg
as a search command that populates the quick fix list (similar to how:grep
works).