Search code examples
bashvisual-studio-codeterminalkeyboard-shortcutsshortcut

Visual Studio Code - How to hide/show the terminal


When I create a new terminal in Visual Studio Code, I don't have an option to hide/show the terminal; I only have the option to close it.

I want a shortcut to hide the terminal (show the code only) and a shortcut to show it (show the terminal only)

Here's an image to be more clear:

Terminal


Solution

  • You could use "exit" to close the terminal and Ctrl + ` to open the terminal.

    Edit: use Ctrl + J to show and hide the terminal.