Added documentation for sorting on dates.

This commit is contained in:
Leandro Freitas
2015-04-16 21:31:41 -03:00
parent 1cc11c56ad
commit 32188000f9
2 changed files with 4 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ This plugin gives syntax highlighting to [todo.txt](http://todotxt.com/) files.
`<leader>-s@` : Sort the file on @Contexts
`<leader>-sd` : Sort the file on dates
`<leader>-j` : Lower the priority of the current line
`<leader>-k` : Increase the priority of the current line

View File

@@ -9,6 +9,8 @@ COMMANDS *todo-commands*
`<leader>-s@` : Sort the file on @Contexts
`<leader>-sd` : Sort the file on dates
`<leader>-j` : Lower the priority of the current line
`<leader>-k` : Increase the priority of the current line