How to displlay normal mode`s opened terminal at `Zen Mode` instead of open a new terminal?

Viewed 181

I have a question, when I use vscode in normal mode with open a terminal, then I switched to Zen Mode, the terminal is hiddend, How to displlay normal mode’s opened terminal at Zen Mode instead of open a new terminal

1 Answers

Press Ctrl+Shift+P to bring up the command palette and run command View: Toggle Terminal.

You can also use the direct keybinding for the command, the default should be Ctrl+`.

Related