vim-vtd
vim-vtd copied to clipboard
Vimming Things Done: a GTD Trusted System which lives in vim.
I often find myself wondering whether something is in my system already, or not. A good search functionality would help tremendously. (Especially if it returns invisible results too!)
Right now, the only file edits we can make in the View buffer are to check off tasks as `DONE` (or update `LASTDONE` for a recurring action). This Issue will...
This includes _what to display_, as well as _how do display it_. The current policy omits the section names, displays the project hierarchy in blue, and shows the task name...
GTD is a "one thing at a time" system: you check off an action, then look at your list and choose what to do next. VTD follows this philosophy, but...
Right now, if a vtd file is missing, we barf a python stack trace which makes vim virtually unusable. It would be better to fail gracefully. This might include -...