vim-vtd icon indicating copy to clipboard operation
vim-vtd copied to clipboard

Vimming Things Done: a GTD Trusted System which lives in vim.

Results 5 vim-vtd issues
Sort by recently updated
recently updated
newest added

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!)

wishlist

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...

wishlist

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...

wishlist

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...

wishlist

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 -...