Reinserted some of the trailing spaces

They were important for markdown formatting after all.
This commit is contained in:
Leandro Freitas
2016-01-27 14:24:22 -02:00
parent a612ebeaf1
commit 595fc0b49e

View File

@@ -17,28 +17,28 @@ If your Vim installation does **not** have Python support, this plugin **will wo
This plugin gives syntax highlighting to [todo.txt](http://todotxt.com/) files. It also defines a few mappings, to help with editing these files:
Sorting tasks:
`<localleader>s` Sort the file
`<localleader>s+` Sort the file on +Projects
`<localleader>s@` Sort the file on @Contexts
`<localleader>sd` Sort the file on dates
`<localleader>sdd` Sort the file on due dates
Sorting tasks:
`<localleader>s` Sort the file
`<localleader>s+` Sort the file on +Projects
`<localleader>s@` Sort the file on @Contexts
`<localleader>sd` Sort the file on dates
`<localleader>sdd` Sort the file on due dates
Edit 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
Edit 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
Date:
`<localleader>d` Set current task's creation date to the current date
`date<tab>` (Insert mode) Insert the current date
Date:
`<localleader>d` Set current task's creation date to the current date
`date<tab>` (Insert mode) Insert the current date
Mark as done:
`<localleader>x` Mark current task as done
`<localleader>X` Mark all tasks as done
`<localleader>D` Move completed tasks to done.txt
Mark as done:
`<localleader>x` Mark current task as done
`<localleader>X` Mark all tasks as done
`<localleader>D` Move completed tasks to done.txt
This plugin detects any text file with the name todo.txt or done.txt with an optional prefix that ends in a period (e.g. second.todo.txt, example.done.txt).