Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rbhanot4739 opened this issue Jan 19, 2021 · 4 comments
Open

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

rbhanot4739 opened this issue Jan 19, 2021 · 4 comments

Comments

@rbhanot4739
Copy link

rbhanot4739 commented Jan 19, 2021

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
Copy link

+1 same issue here

@Vozf
Copy link

Vozf commented Feb 4, 2021

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

@rbhanot4739
Copy link
Author

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

@rbhanot4739
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants