From 13c2529b921534387c3b25ae573c88f9ff9f355c Mon Sep 17 00:00:00 2001 From: nojhan Date: Sat, 4 Aug 2012 13:29:39 +0200 Subject: [PATCH] split below and right --- .vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vimrc b/.vimrc index ba08900..c5173f3 100644 --- a/.vimrc +++ b/.vimrc @@ -57,6 +57,11 @@ set cursorline " highlight current line " No need to prefix them with "* or "+ set clipboard=unnamed +" New split plaed below +set splitbelow +" New vsplit placed right +set splitright + let mapleader = "," " leader key is comma " xx will delete the line without copying it into the default register