sgotand / todo-vim

Simple todo plugin for vim

Home Page:http://www.vim.org/scripts/script.php?script_id=5270

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo-vim: Simple todo plugin for Vim

What is it?

todo-vim is plugin for manage your todo notes. He will help you to navigate and manage your todo labels in code.

Installation

Extract the archive or clone the repository into a directory in your 'runtimepath', or use a plugin manager of your choice like NeoBundle. Example for NeoBundle(add in your .vimrc):

NeoBundle 'Dimercel/todo-vim'

Quickstart

Put something like the following into your ~/.vimrc:

nmap <F5> :TODOToggle<CR>

If you do this the F5 key will toggle the ToDo window and you can see navigate by todo labels.

Screenshots

Demo screenshot

Maintainer

Dimercel <xolcman@gmail.com>

About

Simple todo plugin for vim

http://www.vim.org/scripts/script.php?script_id=5270


Languages

Language:Vim Script 100.0%