Skip to content

Instantly share code, notes, and snippets.

@fcpauldiaz
Last active April 5, 2017 20:16
Show Gist options
  • Save fcpauldiaz/733dcf43b29cd22d73c1c7d6e54fccc4 to your computer and use it in GitHub Desktop.
Save fcpauldiaz/733dcf43b29cd22d73c1c7d6e54fccc4 to your computer and use it in GitHub Desktop.
Visual Code Key Bindings for Mac - Sublime Text
// Place your key bindings in this file to overwrite the defaults
[{
"key": "cmd+]",
"command": "workbench.action.zoomIn",
"when": "editorTextFocus"
}
,{
"key": "cmd+/",
"command": "workbench.action.zoomOut",
"when": "editorTextFocus"
},{
"key": "shift+cmd+7",
"command": "editor.action.blockComment",
"when": "editorTextFocus"
},{
"key": "cmd+7",
"command": "editor.action.addCommentLine",
"when": "editorTextFocus"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment