Skip to content

feat: add Tab/Shift+Tab shortcuts to switch between panes#91

Merged
bborn merged 2 commits intomainfrom
task/173-could-we-make-easy-keyboard-shortcuts-fo
Jan 10, 2026
Merged

feat: add Tab/Shift+Tab shortcuts to switch between panes#91
bborn merged 2 commits intomainfrom
task/173-could-we-make-easy-keyboard-shortcuts-fo

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 10, 2026

Summary

  • Add Tab and Shift+Tab keyboard shortcuts to cycle between panes in the task detail view
  • Tab cycles forward: Details -> Claude -> Shell -> Details
  • Shift+Tab cycles backward: Details -> Shell -> Claude -> Details
  • Updated all UI hints (help bar, status bar, header) to mention Tab shortcut

Test plan

  • Open a task detail view with an active tmux session
  • Verify Tab cycles focus forward through all three panes
  • Verify Shift+Tab cycles focus backward through all three panes
  • Verify help bar shows "Tab switch pane" when panes are visible
  • Verify status bar shows "Tab to switch panes"
  • Verify shortcuts are disabled when panes are hidden (using 't')

🤖 Generated with Claude Code

bborn and others added 2 commits January 10, 2026 08:19
…ail view

- Tab cycles forward: Details -> Claude -> Shell -> Details
- Shift+Tab cycles backward: Details -> Shell -> Claude -> Details
- Updated help bar, status bar, and header hints to mention Tab shortcut
- Shortcuts only available when panes are visible in tmux

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…ts-fo

Resolve conflicts:
- Keep exec.CommandContext from main while preserving Tab shortcut message
- Include edit/retry shortcuts from main alongside Tab shortcut

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bborn bborn merged commit e7c75ae into main Jan 10, 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