I came across an interesting package that does fast navigation by character, but I can’t find it anymore, and can’t remember its name. Apparently the idea came from vim. There is definitely an emacswiki page for it.
Basically, you press a key to enter a minor-mode, enter a search term, and it dims the window, and sequentially highlights all occurences of the search term in the window. Then you can press ‘a’ to go to the first one, ‘b’ for the second, etc.
Any help?
Edit: I’ll add the vim tag, since the vim package name will be enough for me to find it.
ace-jump-mode seems
to be what you’re looking for.
This minor mode gives you the ability to:
The wiki page is also available on the
Emacswiki.