Added two new sorting functions and a way to increase/decrease priorities easily

See README for more details:

<leader>s@ - sort by @contexts
<leader>s+ - sort by +projects
<leader>j  - decrease priority
<leader>k  - increase priority
This commit is contained in:
Hans Anderson
2014-10-28 09:00:45 -05:00
parent 45aa73bf5e
commit 04d603e987
2 changed files with 49 additions and 0 deletions

View File

@@ -10,6 +10,14 @@ mappings, to help with edition of these files:
`<leader>-s` : Sort the file
`<leader>-s+` : Sort the file on +Projects
`<leader>-s@` : Sort the file on @Contexts
`<leader>-j` : Lower the priority (cursor must by on priority)
`<leader>-k` : Increase the priority (cursor must by on priority)
`<leader>-d` : Insert the current date
`date<tab>` : (Insert mode) Insert the current date