Skip to content

Instantly share code, notes, and snippets.

@icaromh
Created May 5, 2021 15:14
Show Gist options
  • Save icaromh/38d34c46dea08a115f2e191b3321c2e9 to your computer and use it in GitHub Desktop.
Save icaromh/38d34c46dea08a115f2e191b3321c2e9 to your computer and use it in GitHub Desktop.
keybindings.json
[
{
"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