pending.nvim/doc
Barrett Ruth ec1d4c6092 feat: add <C-a> / <C-x> keymaps for priority increment/decrement
Problem: Priority could only be cycled with `g!` (0→1→2→3→0), with no
way to directly increment or decrement.

Solution: Add `adjust_priority()` with clamping at 0 and `max_priority`,
exposed as `increment_priority()` / `decrement_priority()` on `<C-a>` /
`<C-x>`. Includes `<Plug>` mappings and vimdoc.
2026-03-08 20:30:51 -04:00
..
pending.txt feat: add <C-a> / <C-x> keymaps for priority increment/decrement 2026-03-08 20:30:51 -04:00