From e24499b61189c1cde025a1fd1063a9b21f8e101b Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 15 Oct 2021 20:50:26 +0200 Subject: Change `` to `` Allow the leader to be different for the todo filetype. --- doc/todo.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/todo.txt b/doc/todo.txt index d02505f..5e135a7 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -27,49 +27,49 @@ MAPPINGS *todo-mappings* TwodoNewTodoBelow Add a new to-do below the current line. - Default: n + Default: n *todo-TwodoNewTodoAbove* TwodoNewTodoAbove Add a new to-do above the current line. - Default: N + Default: N *todo-TwodoMarkComplete* TwodoMarkComplete Mark the current to-do complete. - Default: c + Default: c *todo-TwodoMarkDeleted* TwodoMarkDeleted Mark the current to-do deleted. - Default: d + Default: d *todo-TwodoMarkPartiallyCompleted* TwodoMarkPartiallyCompleted Mark the current to-do partially complete. - Default: s + Default: s *todo-TwodoRemoveOldTodos* TwodoRemoveOldTodos Remove todos marked complete and deleted. - Default: R + Default: R *todo-TwodoEscalate* TwodoEscalate Increase the priority of the current to-do. - Default: = + Default: = *todo-TwodoDescalate* TwodoDescalate Decrease the priority of the current to-do. - Default: - + Default: - *todo-TwodoNextIncomplete* TwodoNextIncomplete -- cgit v1.2.3