pending.nvim/doc
Barrett Ruth 45fc1e8bab feat(priority): add g<C-a> and g<C-x> visual batch priority mappings
Problem: Incrementing or decrementing priority required operating on one
task at a time with `<C-a>`/`<C-x>`, which is tedious when adjusting
multiple tasks.

Solution: Add `adjust_priority_visual(delta)` that iterates the visual
selection range, updates every task line's priority in one pass, then
re-renders once. Exposed as `increment_priority_visual()` /
`decrement_priority_visual()` with `g<C-a>` / `g<C-x>` defaults, new
`<Plug>` mappings, and config keys `priority_up_visual` /
`priority_down_visual`.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 20:07:43 -04:00
..
pending.txt feat(priority): add g<C-a> and g<C-x> visual batch priority mappings 2026-03-12 20:07:43 -04:00