diff options
author | Teddy Wing | 2021-10-15 23:00:39 +0200 |
---|---|---|
committer | Teddy Wing | 2021-10-15 23:00:39 +0200 |
commit | 97ff5b1e3352712b895a0fe76e4d765b4755789f (patch) | |
tree | b1f763c21ea4b0da1113f44edf56a1df97be42cd /doc/todo.txt | |
parent | 477256e48b026d01043a416c1bb20178bcc3cdd1 (diff) | |
download | vim-twodo-97ff5b1e3352712b895a0fe76e4d765b4755789f.tar.bz2 |
Add documentation for new `[o` `]o` `[y` `]y` commands
Diffstat (limited to 'doc/todo.txt')
-rw-r--r-- | doc/todo.txt | 28 |
1 files changed, 26 insertions, 2 deletions
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-<Plug>TwodoNextIncomplete* <Plug>TwodoNextIncomplete - Move to the next [count] unfinished to-do. + Move to the next [count] unfinished to-do. (Mnemonic: "unfinished") Default: ]u *todo-<Plug>TwodoPreviousIncomplete* <Plug>TwodoPreviousIncomplete - Move to the previous [count] unfinished to-do. + Move to the previous [count] unfinished to-do. (Mnemonic: "unfinished") Default: [u + *todo-<Plug>TwodoNextRegular* +<Plug>TwodoNextRegular + Move to the next [count] unfinished to-do. (Mnemonic: "ordinary") + + Default: ]o + + *todo-<Plug>TwodoPreviousRegular* +<Plug>TwodoPreviousRegular + Move to the previous [count] unfinished to-do. (Mnemonic: "ordinary") + + Default: [o + + *todo-<Plug>TwodoNextImportant* +<Plug>TwodoNextImportant + Move to the next [count] unfinished to-do. (Mnemonic: "yimportant") + + Default: ]y + + *todo-<Plug>TwodoPreviousImportant* +<Plug>TwodoPreviousImportant + Move to the previous [count] unfinished to-do. (Mnemonic: "yimportant") + + Default: [y + ============================================================================== COLOURS *todo-colors* |