fix(ui): rebind kanban status keys to w/i/b/x move, W/I/B/X jump #111
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
v0.1.0
v0.1.1
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/kanban-status-keys"
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
Kanban had no direct keys for moving tasks to a specific status — only
H/Lfor adjacent column moves. Lowercasep/i/b/wjumped to columns, and the Done column hint was incorrectly labeledW.Solution
Lowercase
w/i/b/xmove the focused task (or visual selection) to Waiting/In Progress/Blocked/Done. UppercaseW/I/B/Xjump the cursor to that column. Rename "Pending" to "Waiting". Keepddfor delete. Exclude/kanbanfrom globalw/mcalendar shortcuts to prevent conflicts.