]> git.rmz.io Git - dotfiles.git/commitdiff
bin: open diary in nvim instead of vim
authorSamir Benmendil <me@rmz.io>
Wed, 21 Feb 2024 00:08:26 +0000 (00:08 +0000)
committerSamir Benmendil <me@rmz.io>
Wed, 21 Feb 2024 01:26:30 +0000 (01:26 +0000)
bin/diary

index fe91148fd3ee469016596f4eace4f70788ad7eb6..a05a0eb95edb4f8594a5fda897bd7d5e5957a3f5 100755 (executable)
--- a/bin/diary
+++ b/bin/diary
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-vim ~/org/journal.org \
+nvim ~/org/journal.org \
     + \
     -c 'r !date +"\%n**** [\%F \%a \%H:\%M] - "' \
     -c 'normal zx' \