pending.nvim/lua/pending
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
..
sync feat(s3): create bucket interactively during auth when unconfigured 2026-03-08 20:16:00 -04:00
buffer.lua feat: complete task editing coverage (#109) 2026-03-08 19:44:03 -04:00
complete.lua refactor(types): extract inline anonymous types into named classes (#110) 2026-03-08 19:49:49 -04:00
config.lua feat: add <C-a> / <C-x> keymaps for priority increment/decrement 2026-03-08 20:30:51 -04:00
diff.lua feat: complete task editing coverage (#109) 2026-03-08 19:44:03 -04:00
health.lua fix(diff): preserve due/rec when absent from buffer line (#68) 2026-03-05 12:46:54 -05:00
init.lua feat: add <C-a> / <C-x> keymaps for priority increment/decrement 2026-03-08 20:30:51 -04:00
log.lua fix(diff): preserve due/rec when absent from buffer line (#68) 2026-03-05 12:46:54 -05:00
parse.lua feat(parse): add parse_duration_to_days for duration string conversion 2026-03-08 20:25:22 -04:00
recur.lua feat: time-aware due dates, persistent undo, @return audit (#33) 2026-02-25 20:37:50 -05:00
store.lua refactor(types): extract inline anonymous types into named classes (#110) 2026-03-08 19:49:49 -04:00
textobj.lua fix(diff): preserve due/rec when absent from buffer line (#68) 2026-03-05 12:46:54 -05:00
views.lua feat: auth backend (#111) 2026-03-08 19:53:42 -04:00