dajva / rg.el

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

edit/update the values of switches and options #174

Open sepisoad opened 1 month ago

sepisoad commented 1 month ago

there are many occasions where i need to update ‘—glob=‘ value and it becomes somewhat annoying to disable it and then enable it again to write the value from scratch. i would be nice to be able to get the value of existing switches and options in the minibuffer when they are enabled so you will be able to just edit the values instead of writing the whole value from scratch

dajva commented 6 days ago

rg.el is using transient package for the menu bindings. Not sure if there are any functionality for that in that package. Usually the user can make such configurations locally if available. If you know something that points to how to do it from the package level, please let me know.