Hacker News new | ask | show | jobs
by sewer_bird 2897 days ago
Indeed! I keep my to-do lists in vim and have added a few lines to my syntax file to recognize/color a couple extra checkmarks like

- [?] question - [o] blocked by someone else - [~] in progress - [H] on hold - [Y] Is X true? (yes) - [N] Is Y true? (no)

1 comments

The vimwiki plugin more or less incorporates this idea and gives you some hot keys to change state.