AlexPl292 / IdeaVim-EasyMotion

EasyMotion emulation plugin for IdeaVim

Home Page:https://plugins.jetbrains.com/plugin/13360-ideavim-easymotion/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not jump to occurrence if there is exactly 1 match

rbhanot4739 opened this issue · comments

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)

+1 same issue here

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

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

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