From: Simon Ruderich Date: Tue, 20 Nov 2012 20:53:26 +0000 (+0100) Subject: vimrc: Create new split windows on the right. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=f75ab62d9fb3912acc7719bd8a4189f2862f4113 vimrc: Create new split windows on the right. --- 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')