feat: split vim windows to right/below
This commit is contained in:
parent
a2b5574b4d
commit
32634d6212
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue