Add 'splitright' to go along with 'splitbelow'

This commit is contained in:
2023-02-07 13:56:20 -08:00
parent db8aee645e
commit b66e8b84b1

1
vimrc
View File

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