Split vim to the right/bottom

This commit is contained in:
2020-09-13 19:23:56 +02:00
parent 923c0c0648
commit 54214d09d7

View File

@@ -50,6 +50,8 @@ set spell spelllang=en_us
if (has('nvim'))
set inccommand=nosplit
endif
" Put new window below/right of current
set splitbelow splitright
" Aesthetics ###################################################################
" Use 24-bit (true-color) mode