IdeaVim-EasyMotion icon indicating copy to clipboard operation
IdeaVim-EasyMotion copied to clipboard

Does not jump to occurrence if there is exactly 1 match

Open rbhanot4739 opened this issue 3 years ago • 4 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)

rbhanot4739 avatar Jan 19 '21 11:01 rbhanot4739

+1 same issue here

daya0576 avatar Jan 31 '21 01:01 daya0576

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

Vozf avatar Feb 04 '21 12:02 Vozf

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

rbhanot4739 avatar Jul 27 '21 06:07 rbhanot4739

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

rbhanot4739 avatar Sep 08 '22 09:09 rbhanot4739