refactor: split keymap definitions by domain #394
No reviewers
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!394
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-387-split-keymap-defs"
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.tsowned every shortcut declaration, help row, scope fallback, and runtime lookup helper, making behavior-preserving keymap changes hard to review.Solution
src/lib/keymap/modules for global, queue, kanban, calendar, navigation, task detail, sections, and help rows.@/lib/keymap-defsas the compatibility aggregate exporting the same public contracts and matching helpers.Verification
nix develop --command pnpm vitest run tests/lib/keymap-defs.test.tsnix develop --command pnpm biome check src/lib/keymap-defs.ts src/lib/keymap tests/lib/keymap-defs.test.tsnix develop --command just ciCloses #387
barrettruth referenced this pull request2026-05-12 13:41:35 +00:00