Make all splits happen below - so that terminal windows opened with :term appear below the code

This commit is contained in:
Jono Targett 2022-01-14 11:02:42 +10:30
parent 2186d0825a
commit 0f00436314

1
.vimrc
View File

@ -2,6 +2,7 @@ color desert
syntax on syntax on
so ~/.vim/plugins.vim so ~/.vim/plugins.vim
set splitbelow
" Always start with NERDTree open " Always start with NERDTree open
autocmd vimenter * NERDTree autocmd vimenter * NERDTree