Skip to content

feat(chat): jump to a tab with Ctrl/Cmd+1-9 and reopen with Ctrl/Cmd+Shift+T - #502

Open
Adam-Dalloul wants to merge 2 commits into
xintaofei:mainfrom
Adam-Dalloul:feat/numbered-tab-shortcuts
Open

feat(chat): jump to a tab with Ctrl/Cmd+1-9 and reopen with Ctrl/Cmd+Shift+T#502
Adam-Dalloul wants to merge 2 commits into
xintaofei:mainfrom
Adam-Dalloul:feat/numbered-tab-shortcuts

Conversation

@Adam-Dalloul

@Adam-Dalloul Adam-Dalloul commented Aug 16, 2026

Copy link
Copy Markdown

There was no numbered tab jump, only Ctrl/Cmd+Tab and Shift+Tab to cycle. There was also no way to get back a tab you just closed.

This adds the usual browser tab keys in the same always-mounted workspace controller as close/next/prev, so they still work when the tab strip is hidden.

  • Ctrl/Cmd+1 through 9 jump to that conversation tab, or file tab when the file pane is active. Missing tab is a no-op.
  • Ctrl/Cmd+Shift+T reopens the most recently closed conversation or file tab. Repeat to walk back through the last 20. A dirty file tab that you declined to close is not recorded.

Both bindings show up in Settings so they can be remapped.

@Adam-Dalloul Adam-Dalloul changed the title feat(chat): jump to a tab with Ctrl/Cmd+1 through 9 feat(chat): jump to a tab with Ctrl/Cmd+1-9 and reopen with Ctrl/Cmd+Shift+T Aug 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant