DEV Community

Discussion on: How to take notes/to-do list in terminal itself? Vim or spacemacs or something else?

Collapse
 
mjablecnik profile image
Martin Jablečník

Yes I also work in terminal on everyday basis and using Vim for make todoes is a very simple and fast way ;-)

Collapse
 
shwetarkadam profile image
Shweta Kadam

Do you use any vim plugins to make todoes or anything as such?

Collapse
 
mjablecnik profile image
Martin Jablečník

No I am not using any plugin.
I only create in plain text something like this:

- [ ] test todo1
- [ ] test todo2
- [x] test todo3
- [ ] test todo4
- [x] test todo5
Enter fullscreen mode Exit fullscreen mode

and with 'R' key I replace blank space by 'x' between brackets.