commit 95f95742fc5847223959022b7741d410729868b7
parent 030b9f481ecda34c94c437a61c4aeafb1be99ba0
Author: mbjd <vir.ingens@gmail.com>
Date: Sat, 19 Nov 2016 15:33:19 +0100
for real now
Diffstat:
1 file changed, 12 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
@@ -26,16 +26,18 @@ This is a text based diary, inspired by [khal](https://github.com/pimutils/khal)
4. Use the keypad or VIM-like shortcuts to move between dates:
- e,enter Edit the current entry
- t,n Jump to today
+ ```
+ e, Enter Edit the current entry
+ t, Jump to today
- j go forward by 1 week
- k go backward by 1 week
- h go left by 1 day
- l go right by 1 day
+ j go forward by 1 week
+ k go backward by 1 week
+ h go left by 1 day
+ l go right by 1 day
- g go to the first date
- G go to the last date
+ g go to the first date
+ G go to the last date
- J Go forward by 1 month
- K Go backward by 1 month
+ J Go forward by 1 month
+ K Go backward by 1 month
+ ```