From b6d5dc6bb969cc9ac1a1fb564255f42746a8e775 Mon Sep 17 00:00:00 2001 From: David Beniamine Date: Thu, 17 Dec 2015 10:56:11 +0100 Subject: [PATCH] Fix issue #6 : typo in the documentation See https://github.com/dbeniamine/todo.txt-vim/issues/6 --- README.markdown | 2 +- doc/todo.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 9970ba9..593c90a 100644 --- a/README.markdown +++ b/README.markdown @@ -196,7 +196,7 @@ prevent this behavior, add the following line to your vimrc + `s` : Sort the file by priority + `s+` : Sort the file on `+Projects` + `s@` : Sort the file on `@Contexts` -+ `s@` : Sort the file on due dates ++ `sd` : Sort the file on due dates + `sc` : Sort the file by context then by priority + `scp` : Sort the file by context, project then by priority + `sp` : Sort the file by project then by priority diff --git a/doc/todo.txt b/doc/todo.txt index bb2498d..36404ee 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -205,7 +205,7 @@ prevent this behavior, add the following line to your vimrc `s@` : Sort the file on @Contexts - `s@` : Sort the file on due dates + `sd` : Sort the file on due dates `sc` : Sort the file by context then by priority