From 4e58adf47ff8203e66cff8a4edd197d7f87fec60 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 22 Sep 2014 15:16:06 +0200 Subject: [PATCH] Open in split-window --- bin/opennotes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/opennotes b/bin/opennotes index fd7999d..a17accc 100755 --- a/bin/opennotes +++ b/bin/opennotes @@ -1,4 +1,4 @@ #!/bin/bash cd ~/mydocs/work/sanoma git pull -vim notes.txt planning_2014.txt notes_2014.md sprints_2014.txt +vim -c ":vsp planning_2014.txt" sprints_2014.txt notes_2014.md