Clarifications on README
This commit is contained in:
@@ -42,7 +42,7 @@ This plugin gives syntax highlighting to [todo.txt](http://todotxt.com/) files.
|
|||||||
|
|
||||||
`date<tab>` : (Insert mode) Insert the current date
|
`date<tab>` : (Insert mode) Insert the current date
|
||||||
|
|
||||||
`<LocalLeader>-x` : Mark task as done (inserts current date as completion date)
|
`<LocalLeader>-x` : Toggle mark task as done (inserts current date as completion date)
|
||||||
|
|
||||||
`<LocalLeader>-X` : Mark all tasks as completed
|
`<LocalLeader>-X` : Mark all tasks as completed
|
||||||
|
|
||||||
@@ -67,6 +67,8 @@ see :help sort
|
|||||||
let g:Todo_txt_first_level_sort_mode="! i"
|
let g:Todo_txt_first_level_sort_mode="! i"
|
||||||
let g:Todo_txt_second_level_sort_mode="i"
|
let g:Todo_txt_second_level_sort_mode="i"
|
||||||
|
|
||||||
|
Also <LocalLeader>-x is a toggle which allow you to unmark a task as done.
|
||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
|
|
||||||
Complete documentation
|
Complete documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user