From f75ab62d9fb3912acc7719bd8a4189f2862f4113 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 20 Nov 2012 21:53:26 +0100 Subject: [PATCH] vimrc: Create new split windows on the right. --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 42479fa..5bc468a 100644 --- a/vimrc +++ b/vimrc @@ -105,6 +105,9 @@ if exists('+cryptmethod') set cryptmethod=blowfish endif +" Create new split windows on the right (and not left). +set splitright + " Clear all vimrc-related autocmds. Has to be done here as the vimrc augroup " is used multiple times. Necessary to support reloading the vimrc. if has('autocmd') -- 2.44.1