diff --git a/.config/vim/vimrc b/.config/vim/vimrc index 7124179..e45c4f3 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -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