dajva / rg.el

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

Search term not showing up in buffer name #118

Closed b3n closed 3 years ago

b3n commented 3 years ago

I see on the screenshot on README.md that the buffer is named *rg require*, where "require" was the search term. My buffer is always named *rg*. Is this a bug, or was there a different (i.e. non-default) configuration used for the screenshot?

dajva commented 3 years ago

This come from save search functionality. rg-save-search-as-name allows you to choose a name for the saved search buffer. If you want this in general look into the rg-buffer-name customization.

b3n commented 3 years ago

Thanks @dajva!