blob: 805b61b0a10fa1ed075ff9c03909c3486c93814b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
v command to escalate and "descalate" TODOs
v allow any action on any TODO type
- fix highlighting (or just disable cursorline)
- disable search highlighting
- maybe try to clean up the search history after doing something
- use `Ignore` for low priority but have some minor colouring (maybe just the `_`) to distinguish these from completed and deleted tasks
highlight todoUnimportant ctermfg=243
Escalation and "descalation" should be an operator-pending mapping
- Allow ranges in mappings
2020.03.21:
- Add changelog
- Don't save edits in search history
- Add repeat support
- Add license headers
|