mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-17 14:23:39 -05:00
Added documentation for sorting on dates.
This commit is contained in:
@@ -13,6 +13,8 @@ This plugin gives syntax highlighting to [todo.txt](http://todotxt.com/) files.
|
|||||||
|
|
||||||
`<leader>-s@` : Sort the file on @Contexts
|
`<leader>-s@` : Sort the file on @Contexts
|
||||||
|
|
||||||
|
`<leader>-sd` : Sort the file on dates
|
||||||
|
|
||||||
`<leader>-j` : Lower the priority of the current line
|
`<leader>-j` : Lower the priority of the current line
|
||||||
|
|
||||||
`<leader>-k` : Increase the priority of the current line
|
`<leader>-k` : Increase the priority of the current line
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ COMMANDS *todo-commands*
|
|||||||
|
|
||||||
`<leader>-s@` : Sort the file on @Contexts
|
`<leader>-s@` : Sort the file on @Contexts
|
||||||
|
|
||||||
|
`<leader>-sd` : Sort the file on dates
|
||||||
|
|
||||||
`<leader>-j` : Lower the priority of the current line
|
`<leader>-j` : Lower the priority of the current line
|
||||||
|
|
||||||
`<leader>-k` : Increase the priority of the current line
|
`<leader>-k` : Increase the priority of the current line
|
||||||
|
|||||||
Reference in New Issue
Block a user