44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
*todo.txt*
|
|
|
|
==============================================================================
|
|
COMMANDS *todo-commands*
|
|
|
|
`<LocalLeader>-s` : Sort the file by priority
|
|
|
|
`<LocalLeader>-sc` : Sort the file by context then by priority
|
|
|
|
`<LocalLeader>-scp` : Sort the file by context, project then by priority
|
|
|
|
`<LocalLeader>-sp` : Sort the file by project then by priority
|
|
|
|
`<LocalLeader>-spc` : Sort the file by project, context then by priority
|
|
|
|
`<LocalLeader>-d` : Insert the current date
|
|
|
|
`date<tab>` : (Insert mode) Insert the current date
|
|
|
|
`<LocalLeader>-x` : Toggle mark task as done (inserts or remove current date as
|
|
completion date)
|
|
|
|
`<LocalLeader>-X` : Mark all tasks as completed
|
|
|
|
`<LocalLeader>-D` : Remove completed tasks
|
|
|
|
<LocalLeader> is \ by default, so <leader>-s means you type \s
|
|
|
|
===============================================================================
|
|
CONFIGURATION *todo-configuration*
|
|
|
|
The user can give argument for the two calls to vim sort function by changing
|
|
the following variables:
|
|
|
|
g:Todo_txt_first_level_sort_mode
|
|
g:Todo_txt_second_level_sort_mode
|
|
|
|
Defaults values are:
|
|
|
|
g:Todo_txt_first_level_sort_mode="i"
|
|
g:Todo_txt_second_level_sort_mode="i"
|
|
|
|
For more information on the available flags see help :sort
|