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

@@ -3,12 +3,14 @@
==============================================================================
COMMANDS *todo-commands*
`<Leader>-s` : Sort the file
`<leader>-s` : Sort the file
`<Leader>-d` : Insert the current date
`<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
<Leader> is \ by default, so <Leader>-s means you type \s
`date<tab>` : (Insert mode) Insert the current date
<leader> is \ by default, so <leader>-s means you type \s