blob: fb4cc91e2990c4c9ae8718024ca89258e52aa5c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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
v Don't save edits in search history
- Add repeat support
- Add license headers
v Add no_plugin_maps support
|