pending.nvim/lua/pending
Barrett Ruth 34242d3b98
fix(priority): support <C-a>/<C-x> in all visual modes
Problem: `<C-a>` and `<C-x>` only worked in normal mode for single-task
priority adjustment. In visual mode (`v`, `V`, `<C-v>`), they fell
through to Vim's native number increment. Only `g<C-a>`/`g<C-x>` were
mapped for visual batch priority.

Solution: add `priority_up` and `priority_down` to the visual actions
table so `<C-a>`/`<C-x>` call the batch function in all visual modes.
Add corresponding `x`-mode `<Plug>` mappings. Document that both
mappings work in normal and visual mode.
2026-03-12 20:35:57 -04:00
..
sync refactor: tighten LuaCATS annotations and canonicalize metadata fields (#141) 2026-03-12 20:29:02 -04:00
buffer.lua feat(views): add hide_done_categories config option (#153) 2026-03-12 20:29:03 -04:00
complete.lua refactor: tighten LuaCATS annotations and canonicalize metadata fields (#141) 2026-03-12 20:29:02 -04:00
config.lua feat(views): make queue view sort order configurable (#154) 2026-03-12 20:29:04 -04:00
diff.lua fix(parse): skip forge refs in right-to-left metadata scan (#142) 2026-03-12 20:29:02 -04:00
forge.lua refactor: tighten LuaCATS annotations and canonicalize metadata fields (#141) 2026-03-12 20:29:02 -04:00
health.lua refactor(forge): simplify auth gating (#139) 2026-03-12 20:29:02 -04:00
init.lua fix(priority): support <C-a>/<C-x> in all visual modes 2026-03-12 20:35:57 -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 fix(parse): skip forge refs in right-to-left metadata scan (#142) 2026-03-12 20:29:02 -04:00
recur.lua refactor: tighten LuaCATS annotations and canonicalize metadata fields (#141) 2026-03-12 20:29:02 -04:00
store.lua refactor: tighten LuaCATS annotations and canonicalize metadata fields (#141) 2026-03-12 20:29:02 -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(views): make queue view sort order configurable (#154) 2026-03-12 20:29:04 -04:00