I have a set of keybindings in package.json
,
{
"command": "md.image",
"key": "Ctrl+Shift+i"
}, {
"command": "md.codeblocks",
"key": "Ctrl+Shift+B"
}
This has a problem with other global keyboard shortcuts in vscode, I want to have this overridden in the extension so these keyboards act as the current keyboard mappings for the language its loaded for.
Is this possible?
In case anyone runs into the same specific example of this that I ran into:
I was trying to use the Ctrl+F command to go forward with the Vim extension in VS Code.
I tried unsuccessfully putting a config with unset!
in keybindings.json
.
However I found that "vim.useCtrlKeys": true
in settings.json
allows these sorts of ctrl keys to work in the Vim extension with no other changes necessary.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With