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.
The inspiration for AceJump comes from a vim plugin called EasyMotion. EasyMotion provides a much simpler way to use motions in vim. It takes the out of w or f{char} by highlighting all possible choices and allowing you to press one key to jump directly to the target. So I decided to write something similar for Emacs.
This minor mode gives you the ability to:
The wiki page is also available on the Emacswiki.
If the Vim package name will be enough: I think you're referring to EasyMotion.
It's called iy-go-to-char.el
, and you probably saw it in this EmacsRocks screencast. I uploaded it to marmalade-repo.org a while ago, too, which may help you if you're using package.el.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With