|
|
|
|
|
by hyperbrainer
605 days ago
|
|
The same as you, but for TODOs, I have a simple macro on my neovim setup because then I can keep the todos with my version control(it is a single text file, newline separated) and see what changed and why I added something. Really helpful if I come back to something after some time. |
|
And using bullet journal style to-do markers help organization.
- [ ] todo
- [x] done
- [-] failed
- [v] dropped
- [>] migrated
- [^] scheduled
- [<] delegated
Easy to set up vim highlighting on those patterns.
I have some examples here:
https://jodavaho.io/posts/bullet-journalling.html
And a bash setup here
https://github.com/jodavaho/bashlog