sponsor Vim development Vim logo Vim Book Ad

vimtl : Allow to handle todo lists

 script karma  Rating 4/3, Downloaded by 965  Comments, bugs, improvements  Vim wiki

created by
Hugo Ruscitti
 
script type
syntax
 
description
Keyboard shotcuts
=================

,c
    Create a task.
,s
    Create a subtask
,d
    Mark Done
,r
    Mark as cancel
,1
    Convert to OTL style
,2
    Convert to litle box style
,3
    Convert to single sytyle
 
install details
cd ~/.vim
tar xzf vimtl.tar.gz

Then, open a new file and run the command:

     :call Loadvimtl()

Or set a common file extension like .otl o .tl:

     autocmd BufWinEnter *.otl call Loadvimtl()
     autocmd BufWinEnter *.tl call Loadvimtl()
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vimtl.tar.gz 0.22 2010-05-13 7.0 Hugo Ruscitti Add new mark style and mapping ',1' ',2' and ',3' in insert mode.
vimtl_02.tar.gz 0.2 2010-05-13 6.0 Hugo Ruscitti add new command "Loadvimtl"
vimtl.tar.gz 0.1 2010-05-09 7.0 Hugo Ruscitti Initial upload
ip used for rating: 3.141.100.120

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github