pending.nvim/doc
Barrett Ruth 9593ab7fe8
feat(priority): add g<C-a> and g<C-x> visual batch priority mappings (#151)
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`.
2026-03-12 20:29:03 -04:00
..
pending.txt feat(priority): add g<C-a> and g<C-x> visual batch priority mappings (#151) 2026-03-12 20:29:03 -04:00