I can't seem to bind the actual escape key to neovim.escape. Is this intended?
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!
Most helpful comment
Thanks, it was just hiding, I couldn't find it!