From 97ff5b1e3352712b895a0fe76e4d765b4755789f Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 15 Oct 2021 23:00:39 +0200 Subject: Add documentation for new `[o` `]o` `[y` `]y` commands --- doc/tags | 4 ++++ doc/todo.txt | 28 ++++++++++++++++++++++++++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/doc/tags b/doc/tags index 07e4a67..88e8ca7 100644 --- a/doc/tags +++ b/doc/tags @@ -6,8 +6,12 @@ todo-TwodoMarkDeleted todo.txt /*todo-TwodoMarkDeleted* todo-TwodoMarkPartiallyCompleted todo.txt /*todo-TwodoMarkPartiallyCompleted* todo-TwodoNewTodoAbove todo.txt /*todo-TwodoNewTodoAbove* todo-TwodoNewTodoBelow todo.txt /*todo-TwodoNewTodoBelow* +todo-TwodoNextImportant todo.txt /*todo-TwodoNextImportant* todo-TwodoNextIncomplete todo.txt /*todo-TwodoNextIncomplete* +todo-TwodoNextRegular todo.txt /*todo-TwodoNextRegular* +todo-TwodoPreviousImportant todo.txt /*todo-TwodoPreviousImportant* todo-TwodoPreviousIncomplete todo.txt /*todo-TwodoPreviousIncomplete* +todo-TwodoPreviousRegular todo.txt /*todo-TwodoPreviousRegular* todo-TwodoRemoveOldTodos todo.txt /*todo-TwodoRemoveOldTodos* todo-colors todo.txt /*todo-colors* todo-example todo.txt /*todo-example* diff --git a/doc/todo.txt b/doc/todo.txt index 5e135a7..c952968 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -73,16 +73,40 @@ MAPPINGS *todo-mappings* *todo-TwodoNextIncomplete* TwodoNextIncomplete - Move to the next [count] unfinished to-do. + Move to the next [count] unfinished to-do. (Mnemonic: "unfinished") Default: ]u *todo-TwodoPreviousIncomplete* TwodoPreviousIncomplete - Move to the previous [count] unfinished to-do. + Move to the previous [count] unfinished to-do. (Mnemonic: "unfinished") Default: [u + *todo-TwodoNextRegular* +TwodoNextRegular + Move to the next [count] unfinished to-do. (Mnemonic: "ordinary") + + Default: ]o + + *todo-TwodoPreviousRegular* +TwodoPreviousRegular + Move to the previous [count] unfinished to-do. (Mnemonic: "ordinary") + + Default: [o + + *todo-TwodoNextImportant* +TwodoNextImportant + Move to the next [count] unfinished to-do. (Mnemonic: "yimportant") + + Default: ]y + + *todo-TwodoPreviousImportant* +TwodoPreviousImportant + Move to the previous [count] unfinished to-do. (Mnemonic: "yimportant") + + Default: [y + ============================================================================== COLOURS *todo-colors* -- cgit v1.2.3