Added shortcut to mark all tasks as done

This commit is contained in:
Leandro Freitas
2014-04-27 10:54:27 -03:00
parent a3307cb57e
commit d1aaeff366
4 changed files with 28 additions and 15 deletions

View File

@@ -12,9 +12,11 @@ mappings, to help with edition of these files:
`<leader>-d` : Insert the current date
`<leader>-D` : Insert the current date with leading `x` (completed)
`<leader>-D` : Mark task as done (inserts current date as completion date)
`date<tab>` : (Insert mode) Insert the current date
`DD` : Mark all tasks as completed
`date<tab>` : (Insert mode) Insert the current date
If you want the help installed run ":helptags ~/.vim/doc" inside vim after having copied the files.
Then you will be able to get the commands help with: :h todo.txt