Split vim to the right/bottom
This commit is contained in:
@@ -50,6 +50,8 @@ set spell spelllang=en_us
|
|||||||
if (has('nvim'))
|
if (has('nvim'))
|
||||||
set inccommand=nosplit
|
set inccommand=nosplit
|
||||||
endif
|
endif
|
||||||
|
" Put new window below/right of current
|
||||||
|
set splitbelow splitright
|
||||||
|
|
||||||
" Aesthetics ###################################################################
|
" Aesthetics ###################################################################
|
||||||
" Use 24-bit (true-color) mode
|
" Use 24-bit (true-color) mode
|
||||||
|
|||||||
Reference in New Issue
Block a user