Issue #144 (Terminal Tabs)01/22/25
Join Over 4 Million Americans Who Start Their Day with 1440
Your daily digest for unbiased, fact-centric news. From politics to sports, to global events, business, and culture, we cover it all by analyzing over 100 sources. Our concise, 5-minute read lands in your inbox each morning at no cost.
|
Experience news without the noise; let 1440 help you make up your mind. Each email is edited to be as unbiased as humanly possible and is triple-checked (by hand!) to ensure that you’re getting the truth, the whole truth, and nothing but the truth.
Sign Up Now →
|
|
As you might know, you can open a terminal session in VS Code by hitting the shortcut key combo CTRL+` (backtick). When the terminal is open you can open another terminal instance by using the "+" icon that appears in the top-right area.
When you open multiple terminal instances this way, you'll get a list of terminals as 'tabs' in a right panel, allowing you to quickly switch to another terminal by clicking any of the labeled tabs.
If you double-click the "sash" area that appears vertically between the tab area and the terminal area, this will toggle two different sizes for the tab view.
This same sash can also be used to manually resize the tab area in relation to the terminal. Just hover over it until you see the double arrow cursor (like what you'd see when hovering over a cell divider in Excel).
The first double-click expands the tab view to show the full titles of each terminal (shown above) while the next double-click will minimize the tab view to just a set of icons, as shown below.
You can also double-click an empty area of the tabs section to open a new terminal using your default terminal setting (e.g. Bash, PowerShell, etc.).
And lastly, if you want the terminal tabs to appear on the left side of the terminal, you can right-click the tabs area and choose "Move Tabs Left", as shown below.
This sets the value of the
terminal.integrated.tabs.location setting to "left". You can view various other settings for your terminal tabs by searching your UI settings under
terminal.integrated.tabs.
Now on to this week's hand-picked links!