feat: split vim windows to right/below

This commit is contained in:
Michael Mandl 2021-08-28 10:47:52 +02:00
parent a2b5574b4d
commit 32634d6212
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

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