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