sponsor Vim development Vim logo Vim Book Ad

vim-task-org : Manipulate TODO/FIXME/etc marks (tasks) in your sources.

 script karma  Rating 4/1, Downloaded by 707  Comments, bugs, improvements  Vim wiki

created by
Alexander Yunin
 
script type
utility
 
description
Vim-task-org is a plugin for Vim to manipulate `TODO, FIXME` (and more) marks in your sources.

## Dependencies
  
  * Vim
  * Ruby support for vim

## Usage
  
  Send vim the commands:

  * `:Di` - date insert
  * `:Ti` - task insert
  * `:Vt` - view tasks
  * `:Jt` - jump to task

  Alternatively, bind to `:Di, :Ti, :Vt, :Jt` to a key binding:

    map <leader>d :Di<CR>
    map <leader>t :Ti<CR>
    map <F5> :Vt<CR>
    map <C-CR> :Jt<CR>

## Bugs

  Bugs are tracked through "http://github.com/iflo0/vim-task-org/issues";
 
install details
`sh install.sh`, or copy files instead into ~/.vim/plugin && ~/.vim/doc
 

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
iflo0-vim-task-org-0.4.0-1-g6b0d447.tar.gz 0.4.0 2011-09-09 7.3 Alexander Yunin Add ruby 1.8 support (for Mac users).
vim-task-org-git-20110704-1.src.tar.gz 0.3.1 2011-07-04 7.3 Alexander Yunin Initial upload
ip used for rating: 18.217.8.82

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