diff --git a/vim/.vimrc b/vim/.vimrc index 8db4f15..d6d785d 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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:•