A Vim plugin for managing todo lists.
Provides five new key mappings when editing a file with the .todo extension.
OInserts a new todo item above the current lineoInserts a new todo item below the current line<space>Will toggle a check box on the current line between[ ]and[X]dDeletes the todo item on the current lineDDeletes all finished tasks
####pathogen
cd ~/.vim/bundle && git clone https://github.com/simonasker/vim-todo.git
Enable the filetype plugin in your ~/.vimrc:
filetype plugin on
- Only apply plugin to certain file types (.todo)
- Restore the cursor position aftering toggling a check box
- Create a key mapping to clear finished tasks
- Create a key mapping to sort list sections
- Allow automatic folding of list sections