From 96a7ff1d863dd602b1aaec78c78b6ed467bfb5f6 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 21 Apr 2015 08:59:16 +0200 Subject: [PATCH] Don't split window --- bin/sanomanotes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/sanomanotes b/bin/sanomanotes index 84422ef..916c988 100755 --- a/bin/sanomanotes +++ b/bin/sanomanotes @@ -1,4 +1,5 @@ #!/bin/bash cd ~/mydocs/work/sanoma git pull -vim -c ":vsp planning_2015.todo" notes_2015.md notes_2014.md +#vim -c ":vsp planning_2015.todo" notes_2015.md notes_2014.md +vim planning_2015.todo notes_2015.md notes_2014.md