mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-16 22:03:38 -05:00
Fixes #14. Also changes some shortcuts
This commit is contained in:
@@ -12,11 +12,13 @@ mappings, to help with edition of these files:
|
||||
|
||||
`<leader>-d` : Insert the current date
|
||||
|
||||
`<leader>-D` : Mark task as done (inserts current date as completion date)
|
||||
|
||||
`DD` : Mark all tasks as completed
|
||||
|
||||
`date<tab>` : (Insert mode) Insert the current date
|
||||
|
||||
`<leader>-x` : Mark task as done (inserts current date as completion date)
|
||||
|
||||
`<leader>-X` : Mark all tasks as completed
|
||||
|
||||
`<leader>-D` : Remove completed tasks
|
||||
|
||||
If you want the help installed run ":helptags ~/.vim/doc" inside vim after having copied the files.
|
||||
Then you will be able to get the commands help with: :h todo.txt
|
||||
|
||||
Reference in New Issue
Block a user