Skip to content

How to set label position? It always confuse me for jump target poistion. #140

Answered by ggandor
jqhr asked this question in Q&A
Discussion options

You must be logged in to vote

It's not possible, the label's position is hardcoded (at least now). The label is after the 2nd char, since (according to most people, including me) in case of ahead-of-time labeling - when you see the label while you're typing the pattern -, it's much more natural to see the three characters in the same order as you need to type them, instead of doing a microscopic horizontal U-movement with your eyes.

If you set opts.max_phase_one_targets = 0, that is, disable ahead-of-time labeling, the labels is displayed over the first character.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jqhr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants