From a7a81febd20e17ca98b6724238928e7f8fd7c501 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 26 Feb 2017 15:15:08 +0000 Subject: [PATCH] bin: diary should not open a new terminal the caller needs to handle this. --- bin/diary | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/diary b/bin/diary index 6cd2a7a..e6ec3a2 100755 --- a/bin/diary +++ b/bin/diary @@ -1,8 +1,6 @@ #!/usr/bin/env bash -name=diary - -/usr/bin/urxvt -name $name -e vim \ +vim \ -c "call vimwiki#diary#make_note(v:count1)" \ + \ -c 'r !date +"\%n== \%H:\%M ==\%n * "' \ -- 2.48.1