commit 3ff56aae8242941fe9927388bf5345efbed936ed
parent 8b0aca1c2d4f6d29477f7848a45d50e5fe198618
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Mon, 31 May 2021 22:32:23 +0200
formatting
Diffstat:
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
@@ -24,9 +24,12 @@ This is a text-based diary, inspired by [khal](https://github.com/pimutils/khal)
3. Use the keypad or VIM-like shortcuts to move between dates:
```
- e, Enter edit current entry
+ e, Enter edit current entry
d, x delete current entry
- s sync current entry with CalDAV server
+ s sync current entry with CalDAV server
+
+ t jump to today
+ f jump to or find specific day
j, down go forward by 1 week
k, up go backward by 1 week
@@ -35,9 +38,6 @@ This is a text-based diary, inspired by [khal](https://github.com/pimutils/khal)
J go forward by 1 month
K go backward by 1 month
- t jump to today
- f jump to or find specific day
-
N go to the previous journal entry
n go to the next journal entry
g go to start of journal
diff --git a/diary.1 b/diary.1
@@ -50,9 +50,12 @@ tab(|);
l l.
Key(s) | Action
====== | ======
-e, Enter | edit current entry
+e, Enter | edit current entry
d, x | delete current entry
-s | sync current entry with CalDAV server
+s | sync current entry with CalDAV server
+
+t | jump to today
+f | jump to or find specific day
j, down | go forward by 1 week
k, up | go backward by 1 week
@@ -61,9 +64,6 @@ l, right | go right by 1 day
J | go forward by 1 month
K | go backward by 1 month
-t | jump to today
-f | jump to or find specific day
-
N | go to the previous journal entry
n | go to the next journal entry
g | go to start of journal