On 2009-02-08T19:29:59, StarWing wrote:
> just as subject: i need to find a to-do list plugin to manage my
> work... has any good advice?
I just use a text file formatted as follows:
item 1
sub-item
sub-sub-item
item 2
then configure folding:
.vim/filetype.vim
autocmd BufNewFile,BufRead todo.txt set filetype=todo
.vim/ftplugin/todo.vim
setlocal foldmethod=indent
It works great for general tasks, but something integrated with a
calendar or a ticket system probably works better if you have a bunch of
dated entries.
/Allan
--
Allan Wind
Life Integrity, LLC
http://lifeintegrity.com
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---