feat: split vim windows to right/below

main
mandlm 2021-08-28 10:47:52 +02:00
parent a2b5574b4d
commit 32634d6212
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ set expandtab
" scroll offset
set scrolloff=4
" split to right/below
set splitright
set splitbelow
" presistent undo
set undofile