Set up multiple tabs, each with multiple panes from command line #8763

Open
opened 2026-01-31 01:37:23 +00:00 by claunia · 0 comments
Owner

Originally created by @Dr-Irv on GitHub (Jun 2, 2020).

Description of the new feature/enhancement

I would like to be able to start up Windows Terminal with multiple tabs, with each tab having multiple panes. Right now, I can only start up with multiple tabs, or multiple panes, but can't start up with panes within each tab.

Proposed technical implementation details (optional)

Maybe something like this???

wt --multiple_tabs (split-pane -p "Command Prompt" -d "C:\D1" ; split-pane -p "Ubuntu" -d "C:\D1")  (split-pane -p "Command Prompt" -d "C:\D2" ; split-pane -p "Ubuntu" -d "C:\D2")
Originally created by @Dr-Irv on GitHub (Jun 2, 2020). # Description of the new feature/enhancement I would like to be able to start up Windows Terminal with multiple tabs, with each tab having multiple panes. Right now, I can only start up with multiple tabs, _or_ multiple panes, but can't start up with panes within each tab. # Proposed technical implementation details (optional) Maybe something like this??? ``` wt --multiple_tabs (split-pane -p "Command Prompt" -d "C:\D1" ; split-pane -p "Ubuntu" -d "C:\D1") (split-pane -p "Command Prompt" -d "C:\D2" ; split-pane -p "Ubuntu" -d "C:\D2") ```
claunia added the Issue-QuestionNeeds-Tag-FixResolution-Answered labels 2026-01-31 01:37:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#8763