fix(config): use / as default cancelled icon (#159)

Problem: the cancelled icon defaulted to `c`, inconsistent with the
`g/` keymap. Other statuses match: `gw` → `[w]`, `gb` → `[b]`.

Solution: change `icons.cancelled` default from `c` to `/` so the
keymap and state char are consistent.
This commit is contained in:
Barrett Ruth 2026-03-12 21:01:00 -04:00
parent 2fd95e6dde
commit 1a2ec7a5ec
2 changed files with 2 additions and 2 deletions

View file

@ -195,7 +195,7 @@ local defaults = {
priority = '!',
wip = 'w',
blocked = 'b',
cancelled = 'c',
cancelled = '/',
due = '.',
recur = '~',
category = '#',