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

Conflict with vim-orgmode and easymotion #311

Closed
yamsu opened this issue Nov 28, 2016 · 3 comments
Closed

Conflict with vim-orgmode and easymotion #311

yamsu opened this issue Nov 28, 2016 · 3 comments

Comments

@yamsu
Copy link

yamsu commented Nov 28, 2016

If i use the easymotion mechanism in an org file, with the vim-orgmode plugin, after the motion complete vim shows the following in the message bar and expects a return press.
Target key:
EasyMotion: Jumping to [131, 27]
Press ENTER or type command to continue

This issue is not there when the vim-orgmode plugin is diabled and of course doesn't occur when a non org file is edited.

Has anyone else faced this problem? Is there are work around or does this need a fix? Look forward to any solutions thanks.

@yamsu
Copy link
Author

yamsu commented Nov 28, 2016

Using vim 8, with easy motion 3.0

@haya14busa
Copy link
Member

As a workaround, let g:EasyMotion_verbose = 0 might fix the problem by not showing easymotion messages.

@yamsu
Copy link
Author

yamsu commented Nov 29, 2016

Thanks for the prompt response! Yes the addition of "let g:EasyMotion_verbose = 0" solves the problem.
Great plugin!!!

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

2 participants