Skip to content

Instantly share code, notes, and snippets.

@Godoy
Last active March 22, 2021 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Godoy/0b22aa8f10f598cf625246930435a31e to your computer and use it in GitHub Desktop.
Save Godoy/0b22aa8f10f598cf625246930435a31e to your computer and use it in GitHub Desktop.
toggle terminal on vs code
[
{
"key": "ctrl+alt+t",
"command": "workbench.action.closePanel",
"when": "terminalFocus"
},
{
"key": "ctrl+alt+t",
"command": "workbench.action.toggleMaximizedPanel",
"when": "!terminalFocus"
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment