Skip to content

simonasker/vim-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

vim-todo

A Vim plugin for managing todo lists.

Provides five new key mappings when editing a file with the .todo extension.

  • O Inserts a new todo item above the current line
  • o Inserts a new todo item below the current line
  • <space> Will toggle a check box on the current line between [ ] and [X]
  • d Deletes the todo item on the current line
  • D Deletes all finished tasks

Installation

####pathogen

cd ~/.vim/bundle && git clone https://github.com/simonasker/vim-todo.git

Enable the filetype plugin in your ~/.vimrc:

filetype plugin on

TODO

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •