feat: split vim windows to right/below
parent
a2b5574b4d
commit
32634d6212
|
@ -48,6 +48,10 @@ set expandtab
|
|||
" scroll offset
|
||||
set scrolloff=4
|
||||
|
||||
" split to right/below
|
||||
set splitright
|
||||
set splitbelow
|
||||
|
||||
" presistent undo
|
||||
set undofile
|
||||
|
||||
|
|
Loading…
Reference in New Issue