Skip to content
Discussion options

You must be logged in to vote

If you want to go to the word "NeoVim", you see the letters "ab" at the start. You press "a", and then the "b" letter changes to something else. On flash, it remains b, so you can be much faster.

Can you clarify, please? The full label sequence (as there might be more than one label needed to uniquely identify the jump spot) is computed in advance and is fixed after jumping has started.

By default only the next label is shown (i.e. zero steps ahead). But if you see both ab letters at the spot you want to jump to, then it is the whole sequence you need to type to get there. It can be adjusted it with something like config.view.n_steps_ahead = 2 (which is planned to be a new default after #…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@vinoff
Comment options

@echasnovski
Comment options

Answer selected by vinoff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested mini.jump2d
2 participants