Skip to content

Instantly share code, notes, and snippets.

@rydurham
Created July 13, 2019 14:19
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 rydurham/2b293dad3385603db5fc0cbc1b714cbc to your computer and use it in GitHub Desktop.
Save rydurham/2b293dad3385603db5fc0cbc1b714cbc to your computer and use it in GitHub Desktop.
{
"key": "ctrl+alt+w",
"command": "workbench.action.closeAllEditors"
},
{
"key": "ctrl+alt+q",
"command": "workbench.files.action.collapseExplorerFolders"
},
{
"key": "ctrl+shift+t",
"command": "workbench.action.terminal.focus",
"when": "!terminalFocus"
},
{
"key": "ctrl+shift+t",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment