Set 'splitbelow' option

This commit is contained in:
2022-05-10 09:34:25 -07:00
parent 22a9ebc549
commit e2ed4c0c46

1
vimrc
View File

@@ -3,6 +3,7 @@ filetype plugin indent on
set modeline
set background=dark
set shell=/bin/bash
set splitbelow
syntax on
if has('gui_running')