visual code maxinmize terminal shortcut
1) ctrl + shift + p
2) Type: Open keyboards Shortcuts (JSON)
3) Add this
{
"key": "ctrl+shift+q", // or other keys
"command": "workbench.action.toggleMaximizedPanel",
"when": "!terminalFocus" // optional
}