Hacker News new | ask | show | jobs
by cbkeller 2763 days ago
Sounds like navigation might be different, but the linked page is a bit cryptic:

> Fast, precise cursor movement without repetitive keystrokes or fancy expressions. Look where you'd like to move, and type the token. That's it.

Digging a bit more, I found this [1] (in addition to the normal h,j,k,l, etc.):

> Jump Mode

> Press f to switch to jump mode. Elements on-screen will be prefixed with a two character jump token. Type the characters to jump to the associated element.

> For files with syntax support, you can jump to class, method, and function definitions using symbol mode. Hit Enter in normal mode to use the symbol finder, which works identically to open mode

[1] https://github.com/jmacdonald/amp/blob/master/documentation/...

1 comments

This is similar to the vim-sneak plugin for Vim: https://github.com/justinmk/vim-sneak

It's very useful.

Looks similar to the Emacs Ace Jump mode too: https://www.emacswiki.org/emacs/AceJump