Created
May 5, 2021 15:14
-
-
Save icaromh/38d34c46dea08a115f2e191b3321c2e9 to your computer and use it in GitHub Desktop.
keybindings.json
This file contains hidden or 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
[ | |
{ | |
"key": "cmd+enter", | |
"command": "workbench.action.toggleMaximizedPanel", | |
"when": "!editorFocus" | |
}, | |
{ | |
"key": "cmd+t", | |
"command": "workbench.action.terminal.focusNextPane", | |
}, | |
{ | |
"key": "cmd+t", | |
"command": "workbench.action.closePanel", | |
"when": "panelFocus" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment