Skip to content

Instantly share code, notes, and snippets.

@mattlockyer
Created March 21, 2019 04:20
Show Gist options
  • Save mattlockyer/abd8a46bd9c63b0de28ab20da007ef10 to your computer and use it in GitHub Desktop.
Save mattlockyer/abd8a46bd9c63b0de28ab20da007ef10 to your computer and use it in GitHub Desktop.
VS Code Key Bindings
// Place your key bindings in this file to override the defaults
[
{ "key": "ctrl+shift+d", "command": "editor.action.copyLinesDownAction", "when": "editorTextFocus" },
{ "key": "alt+shift+x", "command": "type", "args": { "text": "console.log(" }, },
{ "key": "alt+shift+c", "command": "type", "args": { "text": "/********************************\n\n********************************/" }, },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment