Created
February 27, 2017 11:39
-
-
Save ajerez/6c8c59c057afa933543df598bdd27b08 to your computer and use it in GitHub Desktop.
VSCode Keyboard Shortcuts
This file contains 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
[ | |
{ | |
"key": "shift+cmd+7", | |
"command": "editor.action.addCommentLine", | |
"when": "editorTextFocus", | |
"args": { "block": false } | |
}, | |
{ | |
"key": "shift+cmd+6", | |
"command": "editor.action.removeCommentLine", | |
"when": "editorTextFocus && !editorReadonly" , | |
"args": { "block": false } | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment