Fix issue #6 : typo in the documentation

See https://github.com/dbeniamine/todo.txt-vim/issues/6
This commit is contained in:
David Beniamine
2015-12-17 10:56:11 +01:00
parent f9a007ac58
commit b6d5dc6bb9
2 changed files with 2 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ prevent this behavior, add the following line to your vimrc
+ `<LocalLeader>s` : Sort the file by priority
+ `<LocalLeader>s+` : Sort the file on `+Projects`
+ `<LocalLeader>s@` : Sort the file on `@Contexts`
+ `<LocalLeader>s@` : Sort the file on due dates
+ `<LocalLeader>sd` : Sort the file on due dates
+ `<LocalLeader>sc` : Sort the file by context then by priority
+ `<LocalLeader>scp` : Sort the file by context, project then by priority
+ `<LocalLeader>sp` : Sort the file by project then by priority

View File

@@ -205,7 +205,7 @@ prevent this behavior, add the following line to your vimrc
`<LocalLeader>s@` : Sort the file on @Contexts
`<LocalLeader>s@` : Sort the file on due dates
`<LocalLeader>sd` : Sort the file on due dates
`<LocalLeader>sc` : Sort the file by context then by priority