diff options
author | Jason Lenz <Jason@Lenzplace.org> | 2020-12-17 23:12:59 -0600 |
---|---|---|
committer | Jason Lenz <Jason@Lenzplace.org> | 2020-12-17 23:12:59 -0600 |
commit | 79cce876d07dd9c5d66d1fda39bdf6ad54cbe5c3 (patch) | |
tree | 72c0513dadb08ace8f7076f25d9769ab6e6f2882 | |
parent | 91cc663e8b51e59563272e31e6466b798b0dbb2a (diff) | |
download | todo.txt-vim-79cce876d07dd9c5d66d1fda39bdf6ad54cbe5c3.zip |
Fix typos in todo list and formatting in hierarchical sort
-rw-r--r-- | README.markdown | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/README.markdown b/README.markdown index cd57b57..564ce39 100644 --- a/README.markdown +++ b/README.markdown @@ -68,12 +68,12 @@ all you need to be productive. See an example Todo.txt file": (A) Call Mom @Phone +Family (A) Schedule annual checkup +Health - (B) Outline chapter 5 +FamilyNovel @Computer - (C) Add cover sheets @ComputerOffice +FamilyTPSReports - Plan backyard herb garden @ComputerHome - Pick up milk @ComputerGroceryStore - Research self-publishing services +FamilyNovel @ComputerComputer - x Download Todo.txt mobile app @ComputerPhone + (B) Outline chapter 5 +Novel @Computer + (C) Add cover sheets @Office +TPSReports + Plan backyard herb garden @Home + Pick up milk @GroceryStore + Research self-publishing services +Novel @Computer + x Download Todo.txt mobile app @Phone ### Why this fork ? @@ -197,10 +197,10 @@ a completion, then add the following lines to your vimrc: This fork provides a hierarchical sorting function designed to do by project and/or by context sorts and a priority sort. -`<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 -`<LocalLeader>spc` : Sort the file by project, context then by priority ++ `<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 ++ `<LocalLeader>spc` : Sort the file by project, context then by priority The user can give argument for the two calls to vim sort function by changing the following variables: |