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

Should work with Vim emulation #1

Open
staltz opened this issue Oct 6, 2016 · 13 comments
Open

Should work with Vim emulation #1

staltz opened this issue Oct 6, 2016 · 13 comments

Comments

@staltz
Copy link

staltz commented Oct 6, 2016

I was using vscodevim vim emulation, and Jumpy doesn't work with it. The command for jumpy-word correctly opens the decorators, but pressing the two-letter code will send commands to vim, and not to jumpy at all, no matter what mode I am in vim.

@wmaurer
Copy link
Owner

wmaurer commented Oct 7, 2016

Sorry that it's not working for you!

I have a feeling that it might be hard to solve, as I don't see any capability of setting which VSCode extension has the priority of receiving keystrokes. In this case vscodevim is receiving and processing keystrokes before vscode-jumpy.

I'll look further into the API docs, and raise an issue against VSCode if I don't find anything.

@staltz
Copy link
Author

staltz commented Oct 8, 2016

Thanks 👍

@wmaurer
Copy link
Owner

wmaurer commented Oct 10, 2016

Ref issue microsoft/vscode#13441

wmaurer pushed a commit that referenced this issue Oct 14, 2016
@nikitavoloboev
Copy link

I too use vs code vim plugin and just found about this, would really love to give it a try if it worked.

@nmaxcom
Copy link

nmaxcom commented May 14, 2017

Just FYI, they pushed the needed changes in VSCode to allow this to their 2000+ backlog items.

So if anyone wants to see this working anytime soon they should fix it through the issue and PR it.

I am helping VSCode in another front so I hope someone picks this up.

@ghost
Copy link

ghost commented Aug 3, 2017

Anyone know enough to use the changes mentioned by @nmaxcom ?

@osdiab
Copy link

osdiab commented Mar 6, 2018

Bump

@anthonychung14
Copy link

bump bump

@clozach
Copy link

clozach commented Jun 6, 2018

Bumpety bump.

If someone reading this knows enough to fix this but don't have the time to shepherd the fix all the way through to release, would you be willing to at least help illuminate a not-too-steep path on the learning curve so that one of us n00bs can take a stab at it?

@MilkyHearts
Copy link

Use MetaGO it works with vim, would rather use Jumpy but its still broken with vim

@matnowak
Copy link

matnowak commented Dec 5, 2018

Use builded in vim easymotion https://marketplace.visualstudio.com/items?itemName=vscodevim.vim#user-content-vim-easymotion

@DavidLGoldberg
Copy link

@MilkyHearts I got around to releasing Jumpy2. Supports vim.

https://marketplace.visualstudio.com/items?itemName=DavidLGoldberg.jumpy2

@wenfangdu
Copy link

This should be fixed by following this comment, if you're interested, Jump is another alternative.

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