fix(ui): remove delete confirmation prompt #94

Merged
barrettruth merged 1 commit from fix/remove-delete-prompt into main 2026-03-25 18:23:14 +00:00
barrettruth commented 2026-03-25 18:22:58 +00:00

Problem

The y/N confirmation on dd added friction to what should be an instant vim-style action.

Solution

Remove pendingDelete state and y/N confirmation banner. dd now calls onDelete directly. Undo system tracked in #93.

## Problem The y/N confirmation on `dd` added friction to what should be an instant vim-style action. ## Solution Remove `pendingDelete` state and y/N confirmation banner. `dd` now calls `onDelete` directly. Undo system tracked in #93.
Sign in to join this conversation.
No description provided.