kasecato / vscode-intellij-idea-keybindings

Port of IntelliJ IDEA key bindings for VS Code.
https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings
MIT License
817 stars 135 forks source link

Adding the keymap keyword to package.json #220

Closed a-stewart closed 3 years ago

a-stewart commented 3 years ago

The keybindings created by Microsoft seem to all use the "keymap" keyword, adding this keyword here:

https://github.com/microsoft/vscode-sublime-keybindings/blob/main/package.json https://github.com/microsoft/vscode-atom-keybindings/blob/main/package.json

kasecato commented 3 years ago

This was a pretty important addition. Thanks.