Skip to content

Instantly share code, notes, and snippets.

@kutyel
Created April 20, 2016 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kutyel/728ff836cda2c5028bef99d50b3ef92c to your computer and use it in GitHub Desktop.
Save kutyel/728ff836cda2c5028bef99d50b3ef92c to your computer and use it in GitHub Desktop.
VSCode Personal Keybindings
[
{ "key": "ctrl+l", "command": "workbench.action.editor.changeLanguageMode" },
{ "key": "ctrl+numpad_divide", "command": "editor.action.commentLine", "when": "editorTextFocus" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment