claude-code - 💡(How to fix) Fix Desktop app: add split panes and numbered tab shortcuts (Cmd-1/2/3) for power users [2 comments, 2 participants]

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…
GitHub stats
anthropics/claude-code#48688Fetched 2026-04-16 06:53:43
View on GitHub
Comments
2
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×3commented ×2

Root Cause

Right now I'm sticking with Warp + CLI because the muscle memory is faster. Would love to switch to the desktop app once parallel session management catches up.

RAW_BUFFERClick to expand / collapse

Coming from Warp, the new Claude Code desktop app feels like a step back for keyboard-first workflows. Two things would make it a homerun:

  1. Split panes — ability to view 2+ chats side-by-side in one window. Currently sessions are one-at-a-time in the sidebar.
  2. Numbered session shortcutsCmd-1, Cmd-2, Cmd-3 etc. to jump directly to a specific session, like every modern terminal (Warp, iTerm, Ghostty). Ctrl+Tab cycling works but is slower than direct-access.

Bonus: a command palette (Cmd-K) for session switching by name would close the gap completely.

Right now I'm sticking with Warp + CLI because the muscle memory is faster. Would love to switch to the desktop app once parallel session management catches up.

extent analysis

TL;DR

Implementing split panes and numbered session shortcuts in the Claude Code desktop app would significantly improve its usability for keyboard-first workflows.

Guidance

  • Consider adding a feature to allow multiple chats to be viewed side-by-side in one window, similar to split panes in other applications.
  • Implementing numbered session shortcuts (e.g., Cmd-1, Cmd-2, etc.) would enable users to quickly jump to specific sessions, improving workflow efficiency.
  • A command palette (e.g., Cmd-K) for session switching by name could provide an alternative way to manage sessions and enhance the overall user experience.

Notes

The issue highlights the importance of parallel session management in the Claude Code desktop app, particularly for users accustomed to keyboard-first workflows in other applications like Warp.

Recommendation

Apply workaround: Until the desired features are implemented, users may need to rely on the current Ctrl+Tab cycling method or explore alternative applications that better support their workflow needs.

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