Search code examples
visual-studio-codeterminalkeyboard-shortcuts

Keyboard Shortcut to open multiple terminals in vscode without splitting the screen


I want to open multiple terminals in VS Code (horizontally), but I don't want to split the existing terminal that I already opened with 'Ctrl' + `.

I can go to the integrated terminal and click on the '+' icon, but I'm not sure how to do the same via keyboard shortcut?


Solution

  • The Keyboard shortcut for it is

    Ctrl + Shift + `

    Multiple Workspaces:

    If you have opened multiple workspaces in Vscode, then, this keyboard shortcut will ask which workspace to use to open the new terminal in.

    It will add a new Terminal to the Terminal Sidebar Tray and will not split the terminal anymore.