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:
parent
2fd95e6dde
commit
1a2ec7a5ec
2 changed files with 2 additions and 2 deletions
|
|
@ -195,7 +195,7 @@ local defaults = {
|
|||
priority = '!',
|
||||
wip = 'w',
|
||||
blocked = 'b',
|
||||
cancelled = 'c',
|
||||
cancelled = '/',
|
||||
due = '.',
|
||||
recur = '~',
|
||||
category = '#',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue