refactor: split keymap definitions by domain #387
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#387
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
src/lib/keymap-defs.tsis now one of the largest files in the app. It mixes shortcut metadata, matching behavior, help/sidebar presentation groups, calendar traversal bindings, task-panel commands, and global/settings scopes.The current behavior is useful and must stay, but the ownership boundary is too broad. It makes future shortcut fixes harder to review and increases the chance that changing one mode silently affects another.
Solution
Non-goals
Part of #355.