Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the command to open a new integrated terminal from within the integrated terminal in vscode?

I'm trying to setup a chain of tasks that need a terminal for each one. To do so, I need to use a command that opens a new integrated terminal tab from a previous integrated terminal. Is there any way to do so in vs-code integrated terminal?

In mac I would use

open -a Terminal

Or something like ttab that immediately opens a tab in the current iterm terminal.

Thanks

(edited: I'm looking for a command to type in the terminal, not hotkeys)

like image 206
Lucas deGomez Avatar asked Nov 08 '22 16:11

Lucas deGomez


1 Answers

  • Ctrl+Shift+` (Tilda) is the keyboard shortcut to open another terminal on Windows.

  • Cmd+Shift+` (Tilda) is the keyboard shortcut to open another terminal on Mac.

like image 152
ifconfig Avatar answered Dec 05 '22 04:12

ifconfig