vscode-jumpy icon indicating copy to clipboard operation
vscode-jumpy copied to clipboard

Should work with Vim emulation

Open staltz opened this issue 9 years ago • 13 comments

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.

staltz avatar Oct 06 '16 16:10 staltz

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.

wmaurer avatar Oct 07 '16 20:10 wmaurer

Thanks 👍

staltz avatar Oct 08 '16 08:10 staltz

Ref issue Microsoft/vscode#13441

wmaurer avatar Oct 10 '16 19:10 wmaurer

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

nikivdev avatar Nov 29 '16 14:11 nikivdev

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.

nmaxcom avatar May 14 '17 06:05 nmaxcom

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

ghost avatar Aug 03 '17 08:08 ghost

Bump

osdiab avatar Mar 06 '18 08:03 osdiab

bump bump

anthonychung14 avatar Apr 06 '18 18:04 anthonychung14

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?

clozach avatar Jun 06 '18 22:06 clozach

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

MilkyHearts avatar Aug 16 '18 22:08 MilkyHearts

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

matnowak avatar Dec 05 '18 07:12 matnowak

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

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

DavidLGoldberg avatar Feb 08 '22 23:02 DavidLGoldberg

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

wenfangdu avatar May 31 '22 12:05 wenfangdu