Vscode-neovim: Can't bind actual [Escape] key to neovim.escape.

Created on 25 Nov 2019  路  5Comments  路  Source: asvetliakov/vscode-neovim

I can't seem to bind the actual escape key to neovim.escape. Is this intended?

question

Most helpful comment

Thanks, it was just hiding, I couldn't find it!

All 5 comments

No. How do you bind it? I just tried by putting:

    {
        "key": "Escape",
        "command": "vscode-neovim.escape"
    }

and it works fine

Wow, it is working for me. Thanks alot. Awesome extension so far

@asvetliakov Where do you put this? I am trying to put this in my user settings.json and it will not auto-complete "key" or "command"

@rayzorben You need to put it in your vscode's keybindings.json. Execute Preferences: Open Keyboard Shortcuts (JSON) from vscode command palette. Setting the key through vscode keybindings UI will also work.

Thanks, it was just hiding, I couldn't find it!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

iansinnott picture iansinnott  路  4Comments

erlais picture erlais  路  3Comments

Shatur95 picture Shatur95  路  4Comments

trkoch picture trkoch  路  3Comments

mizagog picture mizagog  路  5Comments