Subpanels to open with the same type as the initial panel, rather than the default profile #9251

Closed
opened 2026-01-31 01:49:42 +00:00 by claunia · 2 comments
Owner

Originally created by @wduraes on GitHub (Jun 24, 2020).

I set my default profile as Linux/Ubuntu. But I have multiple profiles, one for Azure, one for SSH into my Raspberry pi, one for Git CMD, etc.

When I have -say- a CMD tab opened, and I create a subpanel (ALT/Shift/+ or ALT/Shift/-) a new subpanel will be opened - splitting the screen vertically/horizontally, but this new subpanel won't be a CMD subpanel, it will be an Ubuntu subpanel, because that's my default profile.

As a user, if I'm in a CMD tab, and I open a subpanel I would expect this to continue to be CMD, not the default profile.

One implementation approach could be to open subpanels to follow whatever the initial panel was (example: I opened a PowerShell tab, and create a subpanel, so I would see this new subpanel to be PowerShell too).

One alternative, could be a new setting to say: "open subpanels with the same type of the initial tab" or "open subpanels with the default profile".

Originally created by @wduraes on GitHub (Jun 24, 2020). I set my default profile as Linux/Ubuntu. But I have multiple profiles, one for Azure, one for SSH into my Raspberry pi, one for Git CMD, etc. When I have -say- a CMD tab opened, and I create a subpanel (ALT/Shift/+ or ALT/Shift/-) a new subpanel will be opened - splitting the screen vertically/horizontally, but this new subpanel won't be a CMD subpanel, it will be an Ubuntu subpanel, because that's my default profile. As a user, if I'm in a CMD tab, and I open a subpanel I would expect this to continue to be CMD, not the default profile. One implementation approach could be to open subpanels to follow whatever the initial panel was (example: I opened a PowerShell tab, and create a subpanel, so I would see this new subpanel to be PowerShell too). One alternative, could be a new setting to say: "open subpanels with the same type of the initial tab" or "open subpanels with the default profile".
claunia added the Issue-FeatureNeeds-TriageNeeds-Tag-FixNeeds-Attention labels 2026-01-31 01:49:42 +00:00
Author
Owner

@DHowett commented on GitHub (Jun 24, 2020):

So, you can set this up yourself. Right now, we offer three bindings (by default);

  • alt+shift+d: open auto-sized split with the current active profile
  • the two you are talking about, which open the default profile

Fortunately, you can configure customize any key binding. For the split pane ones, you can add "splitMode": "duplicate"

@DHowett commented on GitHub (Jun 24, 2020): So, you can set this up yourself. Right now, we offer three bindings (by default); * <kbd>alt+shift+d</kbd>: open auto-sized split with the current active profile * the two you are talking about, which open the default profile Fortunately, you can configure customize any key binding. For the split pane ones, you can add `"splitMode": "duplicate"`
Author
Owner

@wduraes commented on GitHub (Jun 25, 2020):

Thank you, " alf+shif+d" works fine indeed!

@wduraes commented on GitHub (Jun 25, 2020): Thank you, " alf+shif+d" works fine indeed!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9251