Duplicate Tab and Split Tab should duplicate the environment. #17084

Open
opened 2026-01-31 05:31:48 +00:00 by claunia · 0 comments
Owner

Originally created by @slambert-msft on GitHub (Mar 25, 2022).

Description of the new feature/enhancement

Duplicate Tab would work more like cmd.exe's "start" command, creating an actual clone of the tab with the same cwd, environment, colors, etc. Today Duplicate Tab is basically the same as "New Tab" and executing "start" in a Command Prompt creates a clone in a new terminal window.

Split Tab should not only create a new pane, but that pane should have the same contents as the original pane. Today the behavior is more like a "New Pane" button.

Proposed technical implementation details (optional)

I want a way to properly clone/split a tab, but I'm not tied to the specific words on the buttons. I think it's more intuitive for "Duplicate Tab" to mean copy, but if changing the behavior of a command like this would confuse more people then a new "Clone Tab" command would at least solve my problem.

Originally created by @slambert-msft on GitHub (Mar 25, 2022). # Description of the new feature/enhancement Duplicate Tab would work more like cmd.exe's "start" command, creating an actual clone of the tab with the same cwd, environment, colors, etc. Today Duplicate Tab is basically the same as "New Tab" and executing "start" in a Command Prompt creates a clone in a new terminal window. Split Tab should not only create a new pane, but that pane should have the same contents as the original pane. Today the behavior is more like a "New Pane" button. # Proposed technical implementation details (optional) I want a way to properly clone/split a tab, but I'm not tied to the specific words on the buttons. I think it's more intuitive for "Duplicate Tab" to mean copy, but if changing the behavior of a command like this would confuse more people then a new "Clone Tab" command would at least solve my problem.
claunia added the Issue-FeatureResolution-Duplicate labels 2026-01-31 05:31:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#17084