Skip to content

Instantly share code, notes, and snippets.

@AvraamMavridis
Created January 18, 2017 09:51
Show Gist options
  • Save AvraamMavridis/b9e77fc2d4eeaa5c02e80dc4340cb4fd to your computer and use it in GitHub Desktop.
Save AvraamMavridis/b9e77fc2d4eeaa5c02e80dc4340cb4fd to your computer and use it in GitHub Desktop.
keybindings
[
{ "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