-
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
Duplicate Tab doesn't duplicate split panes #4674
Comments
I don't hate the idea of adding a setting to the "newTab" Something like: { "command": { "action": "newTab", "duplicatePanes": true }, "keys": ["ctrl+shift+d"] }, |
I honestly wonder if duplicating a tab should simply always duplicate its panes. After all, not doing so (and terminal randomly selecting one of the panes under the tab) could be viewed as simply incorrect... |
Yanking triage in any case: this is a good backlog item, but if somebody wants to work on it we can pull it ahead. |
@DHowett-MSFT - I did some short implementation of panes duplication (that almost works, besides setting the focus in the same pane, that I simply cannot get working), but I am just wondering how useful it is when the panes are created in the initial state (e.g. default directory). |
Maybe it's valuable to do even without the path preservation now, so that when #3158 / #8166 / whatever it ends up being does land, then the path duplication will just start working for duplicated tabs as well. Personally, I'm the kind of user where I set up each profile's |
@zadjii-msft - I will try to push it then.. hopefully this week / weekend. |
Steps to reproduce
Create some spit panes in a tab, then ctrl-shift-d to duplicateTab, new tab is a single pane tab.
Expected behavior
new tab is a duplicate of the split paned tab with the same panes
Actual behavior
single pane tab
The text was updated successfully, but these errors were encountered: