todo-vim is plugin for manage your todo notes. He will help you to navigate and manage your todo labels in code.
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')
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.
Dimercel <xolcman@gmail.com>