mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-17 06:13:38 -05:00
Added shortcut to mark all tasks as done
This commit is contained in:
@@ -12,9 +12,11 @@ mappings, to help with edition of these files:
|
||||
|
||||
`<leader>-d` : Insert the current date
|
||||
|
||||
`<leader>-D` : Insert the current date with leading `x` (completed)
|
||||
`<leader>-D` : Mark task as done (inserts current date as completion date)
|
||||
|
||||
`date<tab>` : (Insert mode) Insert the current date
|
||||
`DD` : Mark all tasks as completed
|
||||
|
||||
`date<tab>` : (Insert mode) Insert the current date
|
||||
|
||||
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