vimtl : Allow to handle todo lists
| script karma |
Rating 4/3,
Downloaded by 1212 |
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()
|
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.103
|