From a51422a0f6169959c3a013277e6b2a7975a2358d Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 18 Dec 2014 17:27:14 +0100 Subject: [split] Splits vertically as most as possible, and right-bottomed. --- vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 86edbfb..e625386 100644 --- a/vimrc +++ b/vimrc @@ -73,6 +73,9 @@ let c_comment_strings=1 " Backup dir set autowrite +set splitright +set splitbelow + " default error format "set efm=\"%f\"\\,\ line\ %l:\ error\ %m,\"%f\"\\,\ line\ %l:\ warning\ %m @@ -237,7 +240,7 @@ nmap :set invlist set title set autoindent -set diffopt=iwhite,filler +set diffopt=iwhite,filler,vertical set guifont="Liberation Mono 10" " mouse -- cgit v1.2.3