I want to run two commands at the same time in Git Bash
.
So i want to split my terminal into two or multiple tabs.
How to split the terminal into multiple views ?
You can use multiple GIT Bash tabs inside VSCode, if you use it as IDE. Press CTRL + SHIFT + ' to open the terminal. You will se a dropdown to the right where you can select bash as default shell if you have GIT Bash installed. You can then use multiple tabs within VSCode.
If you'd like to open a new pane through the dropdown menu, you can hold alt and click on your desired profile. Both of these options will auto split the active window or pane into a new pane of the selected profile.
Your requirements are:
git bash
You can archive this the following way.
Visual Studio Code
git bash
.
"terminal.integrated.shell.windows": "C:\Program Files\Git\bin\bash.exe"
Terminal
> new Terminal
in VS Code top navigation bar.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With