dajva / rg.el

Emacs search tool based on ripgrep
https://rgel.readthedocs.io
GNU General Public License v3.0
470 stars 38 forks source link

Easy way to rerun search with different grouping #119

Open hmelman opened 3 years ago

hmelman commented 3 years ago

I usually run rg with rg-group-result set to t and am happy. Occasionally I want to run a search with it set to nil and wish there was a simple command in the *rg* buffer to do this like the various toggle commands. Also it would be nice if the transient included this setting.