Skip to content

Instantly share code, notes, and snippets.

@mtmn
Last active September 22, 2019 11:45
Show Gist options
  • Save mtmn/23eff51c35e1b7a6f6f89fbb4aa828f8 to your computer and use it in GitHub Desktop.
Save mtmn/23eff51c35e1b7a6f6f89fbb4aa828f8 to your computer and use it in GitHub Desktop.
[
{
"key": "ctrl+w",
"command": "workbench.files.action.focusFilesExplorer",
"when": "!editorIsOpen && !multipleEditorGroups"
},
{
"key": "ctrl+w",
"command": "-workbench.action.closeWindow",
"when": "!editorIsOpen && !multipleEditorGroups"
},
{
"key": "ctrl+w",
"command": "workbench.action.focusActiveEditorGroup",
"when": "filesExplorerFocus"
},
{
"key": "ctrl+w",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
},
{
"key": "ctrl+t",
"command": "workbench.action.terminal.focus"
},
{
"key": "ctrl+shift+t",
"command": "workbench.action.closePanel",
"when": "terminalFocus || editorTextFocus"
},
{
"key": "ctrl+x",
"command": "workbench.action.toggleMaximizedPanel",
"when": "terminalFocus"
},
{
"key": "i",
"command": "explorer.openToSide",
"when": "explorerViewletFocus && explorerViewletVisible && !inputFocus"
},
{
"key": "ctrl+enter",
"command": "-explorer.openToSide",
"when": "explorerViewletFocus && explorerViewletVisible && !inputFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment