claude-code - 💡(How to fix) Fix [FEATURE] Desktop app: jump directly to a session/tab by index (Cmd+1..9)

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Add keyboard shortcuts to jump directly to a specific session/tab by index in the Claude Code desktop app, similar to browser tab shortcuts (Cmd+1..Cmd+9 on macOS, Ctrl+1..Ctrl+9 on Windows/Linux).

Root Cause

Add keyboard shortcuts to jump directly to a specific session/tab by index in the Claude Code desktop app, similar to browser tab shortcuts (Cmd+1..Cmd+9 on macOS, Ctrl+1..Ctrl+9 on Windows/Linux).

RAW_BUFFERClick to expand / collapse

Summary

Add keyboard shortcuts to jump directly to a specific session/tab by index in the Claude Code desktop app, similar to browser tab shortcuts (Cmd+1..Cmd+9 on macOS, Ctrl+1..Ctrl+9 on Windows/Linux).

Current behavior

The desktop app only supports relative session navigation — Ctrl+Tab / Ctrl+Shift+Tab and Cmd+Shift+] / Cmd+Shift+[ cycle to the next/previous session. With several sessions open, reaching a specific one means cycling through everything in between.

Requested behavior

Direct index-based shortcuts: Cmd+1 focuses the first session, Cmd+2 the second, etc. (Cmd+9 could jump to the last, as browsers do). This matches the muscle memory most users already have from browsers and editors.

Nice to have

Allowing these to be remapped (e.g. to Option+1..9) — the desktop app currently exposes no keybinding customization; ~/.claude/keybindings.json only affects the CLI/TUI.

Environment

Claude Code desktop app (macOS).

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] Desktop app: jump directly to a session/tab by index (Cmd+1..9)