Fixes #14. Also changes some shortcuts

This commit is contained in:
Leandro Freitas
2014-04-27 21:26:58 -03:00
parent d1aaeff366
commit 45aa73bf5e
3 changed files with 28 additions and 15 deletions

View File

@@ -12,11 +12,13 @@ mappings, to help with edition of these files:
`<leader>-d` : Insert the current date
`<leader>-D` : Mark task as done (inserts current date as completion date)
`DD` : Mark all tasks as completed
`date<tab>` : (Insert mode) Insert the current date
`<leader>-x` : Mark task as done (inserts current date as completion date)
`<leader>-X` : Mark all tasks as completed
`<leader>-D` : Remove completed tasks
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