vim-easymotion
vim-easymotion copied to clipboard
Suggestion: Better character combinations
We can improve the target character combos using the following logic:
- The nearest words to have single character target keys. (Already there)
- Then it will have 2-character targets but both the characters will be the same.
- Then It will have a combination of a consonant and a vowel (Since we are habituated to type a vowel after a consonant and vice versa).
- Then it will have random combinations (if required).