vimrc: Corrected splitting behaviour
This commit is contained in:
parent
7b999ebe52
commit
1653468845
1 changed files with 3 additions and 0 deletions
|
@ -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:•
|
||||
|
|
Loading…
Reference in a new issue