vimrc: Corrected splitting behaviour

This commit is contained in:
madmaurice 2015-12-14 22:30:07 +01:00
parent 7b999ebe52
commit 1653468845

View file

@ -85,6 +85,9 @@ set undofile
set undodir=$HOME/.vim/undo
set undolevels=1000
set undoreload=10000
" Split behaviour
set splitright
set splitbelow
" we dont need to show the mode
set noshowmode
set listchars=eol:↲,tab:▶▹,nbsp:␣,extends:…,trail:•