Left-hand and right-hand alphabet in goto_word
#11199
Unanswered
HairlessVillager
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the current version, there's only one alphabet that
goto_word
labels use (configure see thejump-label-alphabet
inEditor
Section), and it's not distinguishing between left and right hands. So it's frequent that left hand hit the keyboard twice but right hand takes no action (or the opposite).IMO it's always a left hand key first and a right hand key second is a good practice. For example:
ae
is ❌ becausea
ande
is both on the left part of keyboard.ju
is ❌ becausej
andu
is both on the right part of keyboard.wh
is ⭕ becausew
is on the left andh
is on the right.I've studied Rust and read the relative source code. Now I have confidence to implement this feature.🤗
Beta Was this translation helpful? Give feedback.
All reactions