vim-task-org : Manipulate TODO/FIXME/etc marks (tasks) in your sources.
script karma |
Rating 4/1,
Downloaded by 844 |
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 |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.15.226.5
|