repos
/
dotfiles.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
awesome: add mapping for swapping screens
[dotfiles.git]
/
bin
/
diary
diff --git
a/bin/diary
b/bin/diary
index e6ec3a2ce30ee9d46aede2a9ae0ad138465f7bca..fe91148fd3ee469016596f4eace4f70788ad7eb6 100755
(executable)
--- a/
bin/diary
+++ b/
bin/diary
@@
-1,7
+1,7
@@
#!/usr/bin/env bash
#!/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!"
-c "start!"