Inspired the helpful Using Emacs series: https://cestlaz.github.io/posts/using-emacs-6-swiper/ I've been experimenting with C-s bound to swiper rather than isearch.
I'm a big fan of Anzu: https://github.com/syohex/emacs-anzu for enhancing isearch, but I'm finding that I use swiper more with this new keybinding.
Related Posts
I've been compilation buffers in Emacs recently and I really appreciate the error and warning counts shown in the modeline.
I've added the equivalent feature to deadgrep: it shows result counts! Really useful when you're doing big refactorings.
https://github.com/Wilfred/deadgrep
I'm experimenting with Hammerspoon on macOS as an application switcher. `Option-Space F` is Firefox, `Option-Space E` is Emacs, etc.
The problem with `Alt-Tab` is that the order changes based on recency. I'm hoping that a repeatable command will be nicer to use.
Today I learnt that Emacs 28 shipped a context-menu-mode! https://oylenshpeegul.gitlab.io/blog/posts/20230129/
This seems quintessentially Emacs: deeply hackable, but building UI features in an order very different to the mainstream.