From 005ca8c4ff6bff9b5f93ed864edfa12c99d141c1 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 19 Aug 2020 15:50:24 +0100 Subject: [PATCH] bin/diary: open folds to cursor pos --- bin/diary | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/diary b/bin/diary index 48d5a5d..fe91148 100755 --- a/bin/diary +++ b/bin/diary @@ -3,4 +3,5 @@ vim ~/org/journal.org \ + \ -c 'r !date +"\%n**** [\%F \%a \%H:\%M] - "' \ + -c 'normal zx' \ -c "start!" -- 2.48.1