Merge branch 'dev-add-priority' of https://github.com/ha17/todo.txt-vim into ha17-dev-add-priority

This commit is contained in:
Leandro Freitas
2014-11-01 19:24:44 -02:00
2 changed files with 41 additions and 2 deletions

View File

@@ -14,9 +14,15 @@ mappings, to help with editing these files:
`<leader>-s@` : Sort the file on @Contexts
`<leader>-j` : Lower the priority (cursor must by on priority)
`<leader>-j` : Lower the priority of the current line
`<leader>-k` : Increase the priority (cursor must by on priority)
`<leader>-k` : Increase the priority of the current line
`<leader>-a` : Add the priority (A) to the current line
`<leader>-c` : Add the priority (B) to the current line
`<leader>-b` : Add the priority (C) to the current line
`<leader>-d` : Insert the current date