Skip to content

Conversation

@bborn
Copy link
Owner

@bborn bborn commented Feb 3, 2026

Summary

  • Changed the detail view's jump-to-notification shortcut from ctrl+g to ctrl+j
  • This resolves a conflict with Claude Code's ctrl+g shortcut for opening an editor to compose multi-line prompts

Changes

  • internal/ui/app.go: Updated key binding definition and comments
  • internal/ui/detail.go: Updated notification indicator and help text
  • internal/ui/app_test.go: Updated tests to use ctrl+j

Test plan

  • All existing tests pass
  • Build compiles successfully
  • Manual test: press ctrl+j in detail view when notification is active to verify jump works

🤖 Generated with Claude Code

ctrl+g conflicts with Claude Code's editor prompt shortcut. Using ctrl+j
instead since it's mnemonic for "jump" and doesn't conflict with common
shortcuts.

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@bborn bborn merged commit f199381 into main Feb 3, 2026
3 checks passed
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.

2 participants