Implement the Ctrl + T shortcut to open a New Tab from the currently active Tab / default Tab #20353

Closed
opened 2026-01-31 07:11:12 +00:00 by claunia · 1 comment
Owner

Originally created by @egvijayanand on GitHub (Aug 10, 2023).

Description of the new feature/enhancement

Implement the Ctrl + T shortcut to open a New Tab from the currently active Tab.

File Explorer and Browsers all implement this shortcut to open a new tab. So almost all of them are familiar with this shortcut key combination.

Optionally, this can further be enhanced with the option to use the config of Active Tab or Default Tab.

Proposed technical implementation details (optional)

Implement the Keyboard Accelerator to open a New Tab.

Originally created by @egvijayanand on GitHub (Aug 10, 2023). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go on my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> # Description of the new feature/enhancement Implement the `Ctrl + T` shortcut to open a New Tab from the currently active Tab. File Explorer and Browsers all implement this shortcut to open a new tab. So almost all of them are familiar with this shortcut key combination. Optionally, this can further be enhanced with the option to use the config of Active Tab or Default Tab. <!-- A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable). --> # Proposed technical implementation details (optional) Implement the Keyboard Accelerator to open a New Tab. <!-- A clear and concise description of what you want to happen. -->
claunia added the Issue-QuestionNeeds-TriageNeeds-Tag-FixResolution-Answered labels 2026-01-31 07:11:12 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Aug 10, 2023):

newTab is already bound to ctrl+shift+t by default. You're free to rebind it to whatever key combo you'd like.

Docs link

We've discussed elsewhere on this repo at length about our preference for ctrl+shift+ keybindings by default, as opposed to ctrl+ ones, to avoid conflicts with CLI applications.

You may also be interested in duplicateTab to duplicate the active tab, rather than use the default.

@zadjii-msft commented on GitHub (Aug 10, 2023): `newTab` is already bound to `ctrl+shift+t` by default. You're free to rebind it to whatever key combo you'd like. [Docs link](https://learn.microsoft.com/en-us/windows/terminal/customize-settings/actions#new-tab) We've discussed elsewhere on this repo at length about our preference for `ctrl+shift+` keybindings by default, as opposed to `ctrl+` ones, to avoid conflicts with CLI applications. You may also be interested in [`duplicateTab`](https://learn.microsoft.com/en-us/windows/terminal/customize-settings/actions#duplicate-tab) to duplicate the active tab, rather than use the default.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#20353