What's the shortcut to hide the integrated terminal in visual studio code
In order to open the integrated terminal there is a shortcut ctrl + `. Is there any shortcut to hide the terminal?
Solution 1:
Using VS Code 1.41.1 on windows, Ctrl + J toggles the panel view.
You can look up the default keybinding for your OS by opening the Keyboard Shortcuts view and searching for the workbench.action.togglePanel
command. In case it is not asigned yet to a default shortcut or you prefer another one, you can adjust the keybinding in this view as well.
Solution 2:
You can use same ctrl + ` to toggle appearance of terminal. If you want to keep both open and jump around, use below
ctrl + ` to jump in terminal
ctrl + 1 to jump back in editor
Solution 3:
For OS X, the command is to show/hide the terminal is COMMAND + J
Solution 4:
On macOS Command ⌘
+ J
Hide Panel
Environment
Visual Studio Code Version: 1.63.2
macOS Monterey Version 12.1 x86_64