[PR #8338] Teach Terminal to move tabs with key bindings #27172

Open
opened 2026-01-31 09:20:25 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/8338

State: closed
Merged: Yes


Summary of the Pull Request

Introduces a new command called moveTab
This command has a single mandatory argument with values of forward and backward

PR Checklist

Detailed Description of the Pull Request / Additional comments

Went for the straightforward solution of moving the tab and the tabViewItem.

Validation Steps Performed

  • Manual testing
**Original Pull Request:** https://github.com/microsoft/terminal/pull/8338 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request Introduces a new command called `moveTab` This command has a single mandatory argument with values of `forward` and `backward` ## PR Checklist * [x] Closes https://github.com/microsoft/terminal/issues/3593 * [x] CLA signed. * [x] Tests added/passed * [x] Documentation updated here: https://github.com/MicrosoftDocs/terminal/pull/198 * [x] Schema updated * [x] I've discussed this with core contributors already. ## Detailed Description of the Pull Request / Additional comments Went for the straightforward solution of moving the tab and the tabViewItem. ## Validation Steps Performed * Manual testing
claunia added the pull-request label 2026-01-31 09:20:25 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27172