X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e51e85b7c6412c8cf281a1d60b0c5a5042d5028b..2bc5cc531c50d87c208965cdc80c0f42df56ecb1:/bin/diary diff --git a/bin/diary b/bin/diary index d65447b..fe91148 100755 --- a/bin/diary +++ b/bin/diary @@ -1,7 +1,7 @@ #!/usr/bin/env bash -vim \ - -c "call vimwiki#diary#make_note(v:count1)" \ +vim ~/org/journal.org \ + \ - -c 'r !date +"\%n== \%H:\%M ==\%n* "' \ + -c 'r !date +"\%n**** [\%F \%a \%H:\%M] - "' \ + -c 'normal zx' \ -c "start!"