Last active
February 27, 2021 13:34
-
-
Save brunobertolini/b3ee863f7f3912fa0dc1af4461f5528a to your computer and use it in GitHub Desktop.
vscode-terminal
This file contains 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
// 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