You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would really love to be able to default to single-key jumps for the first few target suggestions.
Currently it seems Easymotion within IdeaVim requires two-key jumps.
This wouldn't be so bad if I could use my standard EasyMotion_keys settings: let g:EasyMotion_keys = 'asdfghjkl;qwertyuiopzxcvbnm'
Are there plans to support the EasyMotion_keys and EasyMotion_grouping configuration variables from the vim-easymotion project? It would be great to be able to configure it the same way as my regular vim plugin. If there is an existing issue I could upvote, I have missed it. Thanks again for a great plugin, I use it daily.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would really love to be able to default to single-key jumps for the first few target suggestions.
Currently it seems Easymotion within IdeaVim requires two-key jumps.
This wouldn't be so bad if I could use my standard EasyMotion_keys settings:
let g:EasyMotion_keys = 'asdfghjkl;qwertyuiopzxcvbnm'
Are there plans to support the EasyMotion_keys and EasyMotion_grouping configuration variables from the vim-easymotion project? It would be great to be able to configure it the same way as my regular vim plugin. If there is an existing issue I could upvote, I have missed it. Thanks again for a great plugin, I use it daily.
https://github.com/easymotion/vim-easymotion/blob/master/doc/easymotion.txt#L732
Beta Was this translation helpful? Give feedback.
All reactions