Created
February 4, 2019 09:16
-
-
Save morozander/f75a03dd2df89dd22ca51fa1b29060b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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