Skip to content

Instantly share code, notes, and snippets.

@gustaflindqvist
Created February 9, 2017 09:43
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 gustaflindqvist/87d5476e1a2cb0fe72cfa7b1a5f865b2 to your computer and use it in GitHub Desktop.
Save gustaflindqvist/87d5476e1a2cb0fe72cfa7b1a5f865b2 to your computer and use it in GitHub Desktop.
VSCode keybindings
[
{ "key": "cmd+shift+d", "command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus" },
{ "key": "cmd+shift+7", "command": "editor.action.commentLine",
"when": "editorTextFocus" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment