this post was submitted on 23 Oct 2023
1 points (100.0% liked)

Emacs

305 readers
1 users here now

A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!

Get Emacs

Rules

  1. Posts should be emacs related
  2. Be kind please
  3. Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.

Emacs Resources

Emacs Tutorials

Useful Emacs configuration files and distributions

Quick pain-saver tip

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] SlowValue@alien.top 1 points 11 months ago

Yes isearch is powerful, but you have to learn and remember its keybindings, because if you don't: isearch quits (and I need to start that search at the beginning).

Isearch's help C-h b doesn't make it better, because I would need to scroll that long list in the help window, but if I do so .... isearch quits.

Therefore I installed the package isearch-mb (*) and used easy-menu to add a drop down menu for isearch. Now, if I can't remember an isearch keybinding, I am able to look at the menu bar, without isearch quitting.

(*) As always with Emacs: there are other ways to solve that.