AlexPl292 / IdeaVim-EasyMotion

EasyMotion emulation plugin for IdeaVim
https://plugins.jetbrains.com/plugin/13360-ideavim-easymotion/
GNU General Public License v3.0
343 stars 7 forks source link

Does not jump to occurrence if there is exactly 1 match #47

Open rbhanot4739 opened 3 years ago

rbhanot4739 commented 3 years ago

Idea-easymotion does not jump to the matched character even if it is the only match, you always have to press that extra key to jump to it which is redundant. Here are my setting for this plugin.

let mapleader=" "
" easymotion mappings

let g:EasyMotion_do_mapping = 0
let g:EasyMotion_do_shade = 0
let g:EasyMotion_smartcase = 1
let g:EasyMotion_use_upper = 1
let g:EasyMotion_keys = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ;'

map , <Plug>(easymotion-prefix)

map t <Plug>(easymotion-bd-tl)
map T <Plug>(easymotion-bd-t)

map f <Plug>(easymotion-bd-fl)
map F <Plug>(easymotion-s)

map <Plug>(easymotion-prefix)n <plug>(easymotion-bd-n)

map <Plug>(easymotion-prefix)k <Plug>(easymotion-k)
map <Plug>(easymotion-prefix)j <Plug>(easymotion-j)

map <Plug>(easymotion-prefix)l <plug>(easymotion-bd-jk)

map  <Plug>(easymotion-prefix)w <Plug>(easymotion-bd-wl)
map  <Plug>(easymotion-prefix)W <Plug>(easymotion-bd-w)
daya0576 commented 3 years ago

+1 same issue here

Vozf commented 3 years ago

@AlexPl292, Are there any plans on this? It would be pretty cool

rbhanot4739 commented 3 years ago

@AlexPl292 can you please let us know if this can be prioritised any time soon.

rbhanot4739 commented 2 years ago

Its been more than a year since I opened this issue and still there is no update on it.