diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 030b9f481ecda34c94c437a61c4aeafb1be99ba0
parent 669112c83741aa79b0ebef8fb20bfa44b87549ec
Author: mbjd <vir.ingens@gmail.com>
Date:   Sat, 19 Nov 2016 15:27:57 +0100

fix markdown

Diffstat:
MREADME.md | 20++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md @@ -26,16 +26,16 @@ 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,n 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