Skip to content

Instantly share code, notes, and snippets.

@qaiken
Created May 8, 2019 21:35
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 qaiken/d46fb10b7f0a423a5ed8334c26fb8568 to your computer and use it in GitHub Desktop.
Save qaiken/d46fb10b7f0a423a5ed8334c26fb8568 to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to override the defaults
[
{
"key": "cmd+r",
"command": "workbench.action.reloadWindow",
"when": "editorTextFocus"
},
{
"key": "cmd+0",
"command": "workbench.action.zoomReset"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment