*todo.txt* To-do list syntax highlighting and mappings Author: Teddy Wing License: GPLv3+ Version: 0.2.0 ============================================================================== INTRODUCTION *todo* Syntax highlighting and mappings to view and manipulate to-do lists. Files should end in a ".todo" extension. ============================================================================== EXAMPLE *todo-example* - Regular priority to-dos are prefixed with a "- " _ A low priority to-do ! A high priority to-do x A deleted to-do S A partially completed to-do v A completed to-do ============================================================================== MAPPINGS *todo-mappings* *todo-TwodoNewTodoBelow* TwodoNewTodoBelow Add a new to-do below the current line. Default: n *todo-TwodoNewTodoAbove* TwodoNewTodoAbove Add a new to-do above the current line. Default: N *todo-TwodoMarkComplete* TwodoMarkComplete Mark the current to-do complete. Default: c *todo-TwodoMarkDeleted* TwodoMarkDeleted Mark the current to-do deleted. Default: d *todo-TwodoMarkPartiallyCompleted* TwodoMarkPartiallyCompleted Mark the current to-do partially complete. Default: s *todo-TwodoRemoveOldTodos* TwodoRemoveOldTodos Remove todos marked complete and deleted. Default: R *todo-TwodoEscalate* TwodoEscalate Increase the priority of the current to-do. Default: = *todo-TwodoDescalate* TwodoDescalate Decrease the priority of the current to-do. Default: - *todo-TwodoNextIncomplete* TwodoNextIncomplete Move to the next [count] unfinished to-do. (Mnemonic: "unfinished") Default: ]u *todo-TwodoPreviousIncomplete* TwodoPreviousIncomplete 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* *todo-todoUndone* todoUndone A regular priority to-do. *todo-todoImportant* todoImportant To-do with important priority. *todo-todoUnimportant* todoUnimportant To-do with low priority. *todo-todoCompleted* todoCompleted Completed to-do. *todo-todoDeleted* todoDeleted Deleted to-do. ============================================================================== LICENSE *todo-license* Copyright (c) 2016, 2020, 2021 Teddy Wing Twodo is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Twodo is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Twodo. If not, see . vim:tw=78:ts=8:ft=help:norl: