feat(desktop): add ctrl+tab tab navigation#1152
Conversation
📝 WalkthroughWalkthroughIntroduces two new keyboard shortcuts for terminal tab navigation. PREV_TAB_ALT and NEXT_TAB_ALT hotkey definitions are added to the configuration, with corresponding handlers implemented in the workspace page that mirror existing tab navigation logic with wrap-around behavior. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Kitenite
left a comment
There was a problem hiding this comment.
Nice thanks for adding this! Sorry for the wait
Description
Adds alternate tab navigation hotkeys in the desktop app:
Ctrl+Tab → next tab
Ctrl+Shift+Tab → previous tab
These are standard shortcuts used across most apps (terminal apps, browsers, IDEs), so adding them provides a familiar, universal way for users to move between tabs quickly and efficiently.
Related Issues
-
Type of Change
Testing
cd apps/desktop && SKIP_ENV_VALIDATION=1 bun run devScreenshots (if applicable)
-
Additional Notes
-
Summary by CodeRabbit
Release Notes