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

get command 'extension.jumpy-exit' not found error when trying to exit jumpy #15

Open
nikitavoloboev opened this issue Nov 29, 2016 · 15 comments

Comments

@nikitavoloboev
Copy link

2016-11-29 at 15 20

@arvinsim
Copy link

I copied the configuration of exiting jumpy mode from the README file but I also get this. error.

@softwareprototype
Copy link

I see this issue too.

@alexgorbatchev
Copy link

alexgorbatchev commented Jun 15, 2017

@wmaurer Same issue, VSCode v 1.13.1, jumpy 0.3.1

jumpy-demo

@tamanishi
Copy link

having same issue.
vscode Version 1.14.2 (1.14.2)
jumpy 0.3.1

@westtrade
Copy link

Same issue. vscode -latest

@AndersonZacharyT
Copy link

any updates here? :(

@robertmarkbram
Copy link

This extension simply doesn't work for me. I enter jumpy word mode and see the white two letter characters against letters.. but anything I press after that just types.. Then when I select exit jumpy mode, I get what is described here.

@nomadbard916
Copy link

just tried Vim extension and found exit jumpy command unavailable.

@Awannaphasch2016
Copy link

just uninstall it. It simply does not work. (I am using it with vim) no hope. until then, uninstall it

@samxcode
Copy link

in the latest version, the command has changed. I used the following config which is worked.

{
    "key": "ctrl+alt+j",
    "command": "extension.jumpy-word",
    "when": "editorTextFocus"
  },
  {
    "key": "Escape",
    "command": "extension.jumpy-exit",
    "when": "editorTextFocus && jumpy.isJumpyMode"
  }

@LoneExile
Copy link

Same issue.

Now I use Code Ace Jumper extension, which works really well with the Neo Vim extension.

    {
      "key": "shift+enter",
      "command": "extension.aceJump.multiChar",
      "when": "editorTextFocus"
    }

@atil
Copy link

atil commented Aug 7, 2021

Can confirm this is related to the Vim extension. It's working without Vim but with it, I get the same error.
Adding the exit key to "vim.handleKeys" (which defines the keys to be relayed to vscode itself) doesn't fix the issue

@fontWeb
Copy link

fontWeb commented May 27, 2022

it conflict with vim plugin

@wenfangdu
Copy link

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

@colinbr96
Copy link

In my case, it was a conflict with the Overtype extension

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