]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Create new split windows on the right.
authorSimon Ruderich <simon@ruderich.org>
Tue, 20 Nov 2012 20:53:26 +0000 (21:53 +0100)
committerSimon Ruderich <simon@ruderich.org>
Tue, 20 Nov 2012 20:53:26 +0000 (21:53 +0100)
vimrc

diff --git a/vimrc b/vimrc
index 42479fa64c76bc70bac6e0bbd053439f71181410..5bc468a4bd3a0c97f77cc16a2d46d406ce03f3c1 100644 (file)
--- 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')