You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TIL about multi-isearch-buffers. It’s both neat and kinda awkward as it doesn’t integrate the current search. At the moment I think a custom function will need to be made to get what you’re looking for.
A couple of observations:
By default, multi-isearch-buffers forces you to select which buffers to isearch through which can be onerous. You need to invoke a prefix (C-u) to allow for a regexp filter of the buffers to isearch through.
Open question whether requiring knowledge of Elisp regexp is too high a bar for casual users
You don’t get a choice of order of buffers to isearch through when using a regexp.
Fine line between just using rgrep to get desired result.
That said, when I get the cycles I’ll try to explore if a solution that integrates the current search can be made. I’m open to a PR for this as well.
Per input from @dandrake from https://mathstodon.xyz/@ddrake/112037755737321142, add multi-isearch-buffers like behavior to cc-isearch-menu.
The text was updated successfully, but these errors were encountered: