Skip to content

Dimercel/todo-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Dein.vim. Example for Dein.vim(add in your .vimrc):

call dein#add('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 <[email protected]>