fix(ui): rebind kanban status keys to w/i/b/x move, W/I/B/X jump #111

Merged
barrettruth merged 1 commit from fix/kanban-status-keys into main 2026-03-26 02:37:24 +00:00
barrettruth commented 2026-03-26 02:37:18 +00:00

Problem

Kanban had no direct keys for moving tasks to a specific status — only H/L for adjacent column moves. Lowercase p/i/b/w jumped to columns, and the Done column hint was incorrectly labeled W.

Solution

Lowercase w/i/b/x move the focused task (or visual selection) to Waiting/In Progress/Blocked/Done. Uppercase W/I/B/X jump the cursor to that column. Rename "Pending" to "Waiting". Keep dd for delete. Exclude /kanban from global w/m calendar shortcuts to prevent conflicts.

## Problem Kanban had no direct keys for moving tasks to a specific status — only `H`/`L` for adjacent column moves. Lowercase `p/i/b/w` jumped to columns, and the Done column hint was incorrectly labeled `W`. ## Solution Lowercase `w/i/b/x` move the focused task (or visual selection) to Waiting/In Progress/Blocked/Done. Uppercase `W/I/B/X` jump the cursor to that column. Rename "Pending" to "Waiting". Keep `dd` for delete. Exclude `/kanban` from global `w`/`m` calendar shortcuts to prevent conflicts.
Sign in to join this conversation.
No description provided.