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. |
||
|---|---|---|
| .. | ||
| pending | ||