better due date sorting and due compeltion

This commit is contained in:
David Beniamine
2015-07-05 13:17:50 +02:00
parent e49cc7d595
commit cf10a3b0b8
2 changed files with 27 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ This plugin gives syntax highlighting to [todo.txt](http://todotxt.com/) files.
`<LocalLeader>s@` : Sort the file on @Contexts
`<leader>-sd` : Sort @_sched entries by due-date
`<leader>-sd` : Sort the file by due-date
`<LocalLeader>j` : Lower the priority of the current line
@@ -48,6 +48,8 @@ This plugin gives syntax highlighting to [todo.txt](http://todotxt.com/) files.
`date<tab>` : (Insert mode) Insert the current date
`due:` : (Insert mode) Insert 'due:' followed by the current date
`<LocalLeader>x` : Toggle mark task as done (inserts current date as completion date)
`<LocalLeader>X` : Mark all tasks as completed