Created
March 21, 2019 04:20
-
-
Save mattlockyer/abd8a46bd9c63b0de28ab20da007ef10 to your computer and use it in GitHub Desktop.
VS Code Key Bindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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