Skip to content

Instantly share code, notes, and snippets.

@brunobertolini
Last active February 27, 2021 13:34
Show Gist options
  • Save brunobertolini/b3ee863f7f3912fa0dc1af4461f5528a to your computer and use it in GitHub Desktop.
Save brunobertolini/b3ee863f7f3912fa0dc1af4461f5528a to your computer and use it in GitHub Desktop.
vscode-terminal
// Empty
[
{
"key": "cmd+k cmd+o",
"command": "workbench.action.addRootFolder"
},
{
"key": "cmd+j",
"command": "workbench.action.toggleMaximizedPanel",
"when": "!terminalFocus"
},
{
"key": "cmd+;",
"command": "workbench.action.toggleMaximizedPanel",
"when": "terminalFocus"
},
{
"key": "cmd+t",
"command": "workbench.action.positionPanelBottom"
},
{
"key": "cmd+y",
"command": "workbench.action.positionPanelRight"
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment