Skip to content

Instantly share code, notes, and snippets.

@morozander
Created February 4, 2019 09:16
Show Gist options
  • Save morozander/f75a03dd2df89dd22ca51fa1b29060b0 to your computer and use it in GitHub Desktop.
Save morozander/f75a03dd2df89dd22ca51fa1b29060b0 to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+shift+q",
"command": "workbench.action.quickOpenView"
},
{
"key": "ctrl+shift+i",
"command": "xandeer.aligncode",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+a",
"command": "-xandeer.aligncode",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+up",
"command": "editor.emmet.action.balanceIn"
},
{
"key": "ctrl+shift+down",
"command": "editor.emmet.action.balanceOut"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment