-
Currently jump labels are created in an alphabetical order, as in "aa", "ab" "ac" etc. This is slow to type because of the following reasons:
We can improve this by selecting label keys that follow these principles.
Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Here is a visual example to explain the idea. I use a plugin in Firefox called "Vimium" that allows us to browse using vim motions. One such feature is obviously the "go to link" feature that is activated by pressing The yellow characters that you see are now labels and if i press them the underlying link will be clicked. As seen here, notice how their labels are created in a way to follow the principles that I mentioned above. One thing that they do better is amortize the cost of fatigue by mixing the easier to press and harder to press labels so it is roughly equivalent to jump to anywhere on the screen. |
Beta Was this translation helpful? Give feedback.
-
Maybe tweaking the config option |
Beta Was this translation helpful? Give feedback.
Maybe tweaking the config option
jump-label-alphabet
at https://docs.helix-editor.com/editor.html#editor-section ?