feat: split vim windows to right/below
This commit is contained in:
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
|
||||
|
||||
|
Reference in New Issue
Block a user