Skip to content

Instantly share code, notes, and snippets.

@ajerez
Created February 27, 2017 11:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajerez/6c8c59c057afa933543df598bdd27b08 to your computer and use it in GitHub Desktop.
Save ajerez/6c8c59c057afa933543df598bdd27b08 to your computer and use it in GitHub Desktop.
VSCode Keyboard Shortcuts
[
{
"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