mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-18 14:43:38 -05:00
Remove trailing whitespaces
This commit is contained in:
@@ -26,18 +26,18 @@ CONTENTS *todo-contents*
|
||||
`<localleader>s@` Sort the file on @Contexts
|
||||
`<localleader>sd` Sort the file on dates
|
||||
`<localleader>sdd` Sort the file on due dates (i.e. due:2015-10-25)
|
||||
|
||||
|
||||
1.2 Edit priority: *todo-commands-priority*
|
||||
`<localleader>j` Decrease the priority of the current line
|
||||
`<localleader>k` Increase the priority of the current line
|
||||
`<localleader>a` Add the priority (A) to the current line
|
||||
`<localleader>b` Add the priority (B) to the current line
|
||||
`<localleader>c` Add the priority (C) to the current line
|
||||
|
||||
|
||||
1.3 Date: *todo-commands-date*
|
||||
`<localleader>d` Set current task's creation date to the current date
|
||||
`date<tab>` (Insert mode) Insert the current date
|
||||
|
||||
|
||||
1.4 Mark as done: *todo-commands-done*
|
||||
`<localleader>x` Mark current task as done
|
||||
`<localleader>X` Mark all tasks as done
|
||||
|
||||
Reference in New Issue
Block a user