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

Conflicting with VSCodeVim #44

Open
timfayz opened this issue Oct 29, 2018 · 1 comment
Open

Conflicting with VSCodeVim #44

timfayz opened this issue Oct 29, 2018 · 1 comment

Comments

@timfayz
Copy link

timfayz commented Oct 29, 2018

Hello!

I use VSCodeVim and recently installed your ext. Find it very useful - thank you :) However, I can't get it work with Vim extension. My status always shows "Table Mode: Off" despite triggering "Text Tables: Enable" in command palette. It works only if I disable Vim ext. Any ideas/workarounds?

I tried the following:

    {
        "key": "ctrl+q",
        "command": "-extension.vim_ctrl+q",
    },

In hope of passthrough Vim handling. But it didn't give me anything.

@fmver1
Copy link

fmver1 commented Sep 2, 2019

I have made the following settings to avoid this problem.

// Use the shortcut key of VSCode itself
    "vim.handleKeys": {
        "<C-q>": false
    }

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