fix: dj/2dj/d2j delete motions broken in kanban + queue #112

Closed
opened 2026-03-26 02:58:22 +00:00 by barrettruth · 2 comments
barrettruth commented 2026-03-26 02:58:22 +00:00

Problem

Delete operator motions like dj, 2dj, d2j are broken in both kanban and queue views. The d pending operator doesn't compose with motion keys — only dd works.

Expected

dj should delete current + next task, d2j / 2dj should delete current + 2 below, etc. Standard vim operator+motion composition.

## Problem Delete operator motions like `dj`, `2dj`, `d2j` are broken in both kanban and queue views. The `d` pending operator doesn't compose with motion keys — only `dd` works. ## Expected `dj` should delete current + next task, `d2j` / `2dj` should delete current + 2 below, etc. Standard vim operator+motion composition.
barrettruth commented 2026-03-29 00:16:57 +00:00

Fixed — delete motions working

Fixed — delete motions working
barrettruth commented 2026-03-29 03:18:54 +00:00

Fixed in commits 6f9f646 and 965786e.

Fixed in commits `6f9f646` and `965786e`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/delta#112
No description provided.