[PR #12761] feat(app): add 'close other tabs' command to command menu #14360

Open
opened 2026-02-16 18:19:09 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/12761

State: open
Merged: No


What does this PR do?

  1. Adds a "Close others tabs" command to command menu that that allows users to quickly close all tabs except the current one. Only shows if there are at least two tabs
  2. keybind for the new command: mod+shift+w
  3. Adds new key, "command.tab.closeOthers" to localization files

How did you verify your code works?

Manual test:

  1. checked if we need at least two tabs to be able to see the command
  2. chacked localization
  3. checked keybind

closes #12760

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/12761 **State:** open **Merged:** No --- ### What does this PR do? 1. Adds a "Close others tabs" command to command menu that that allows users to quickly close all tabs except the current one. Only shows if there are at least two tabs 2. keybind for the new command: mod+shift+w 3. Adds new key, "command.tab.closeOthers" to localization files ### How did you verify your code works? Manual test: 1. checked if we need at least two tabs to be able to see the command 2. chacked localization 3. checked keybind closes #12760
yindo added the pull-request label 2026-02-16 18:19:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14360