Created
January 18, 2017 09:51
-
-
Save AvraamMavridis/b9e77fc2d4eeaa5c02e80dc4340cb4fd to your computer and use it in GitHub Desktop.
keybindings
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
[ | |
{ "key": "cmd+o", "command": "editor.action.outdentLines", | |
"when": "editorTextFocus && !editorReadonly" }, | |
{ "key": "cmd+k", "command": "workbench.action.terminal.kill" }, | |
{ "key": "ctrl+t", "command": "workbench.action.terminal.toggleTerminal" } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment