Skip to content

Instantly share code, notes, and snippets.

@Shaun289
Created November 22, 2024 00:09
Show Gist options
  • Save Shaun289/76fdb348ce000ba971e94f185eb85ded to your computer and use it in GitHub Desktop.
Save Shaun289/76fdb348ce000ba971e94f185eb85ded to your computer and use it in GitHub Desktop.
vscode shortcut toggleMaximizedPanel only in terminal

vscode shortcut toggleMaximizedPanel only in terminal

  • ctrl+shift+x toggle maximize terminal only working in terminal
  • Open keyboard shortcuts(JSON)
    {
        "key": "ctrl+shift+x",
        "command": "workbench.action.toggleMaximizedPanel",
        "when": "terminal.active",
    },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment