-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opening a New Pane with "-" or "+" Opens the First Profile, Regardless of Current Profile #7657
Comments
Attached is an image of a terminal tab running Powershell (my # 2 profile) in the left (original) pane. |
So, we've heard this issue time and time again and we've always closed it and said "you can set these bindings up yourself; just add If a bunch of users are asking for it, and telling us that Terminal's done something unexpected, we should probably do the "expected" thing. @cinnamon-msft, @zadjii-msft: I propose that we make the split pane bindings duplicate by default. |
I'm down for this. 👍 |
I faced this problem too and almost started to write a new bug report.
Please don't close without fixing. |
If Kayla agreed, any reason we do not enable it by default? |
I'm also of the opinion that this behavior should occur by default. Seems counterintuitive that splitting panes results in a new profile. |
Yeah, this should be default and is still an issue, it is still not duplicate of original shell you've opened by default when opening new split it opens the "first profile" and not the one you are working with. |
I'd just like to be able to split a pane and choose the profile even if i had to do it with my mouse. I still figure out how to do that. I've just resorted to using bash for everything and then immediately running cmd.exe or pwsh.exe as i need to but that's a bummer... I'd really appreciate a key to add to let me pick whatever profile i want... like when i do "shift-alt-minus" the default profile is used, cool but if I do "shift-ctrl-alt-minus" then i get to pick what profile to use |
Looping back on this after years: team consensus is that this is a good idea and we're gonna do this for 1.20. As well as include the old JSON in the patch notes, for users who want to go back. Thanks for the patience folks |
The system works! |
I see no reason to be willfully ignorant of the users' context by default. I would have filed a bug for this behaviour too if I didn't see this. |
Description
When opening a new split pane with
alt+shift+d
, the new pane will be of the same terminal profile as the pane from which it was spawned. However, when specifying a vertical or horizontal split pane withalt+shift+plus
oralt+shift+minus
, the new pane is always of the first terminal profile listed under "profiles" in "settings.json."This is undesirable for two reasons:
Expected Behavior
I would expect that behavior (in terms of which profile is used for the pane) would at least be consistent between
alt+shift+d
andalt+shift+minus/plus.
Optimally, I would expect that all three shortcuts would always spawn a new split pane of the same profile that was active when the shortcut was entered.The text was updated successfully, but these errors were encountered: