Set the split to always be vertical.

This commit is contained in:
Scott Wallace 2014-11-11 21:24:00 +00:00
parent 0a02eb02f0
commit 1987dd439a

5
.vimrc
View file

@ -26,6 +26,11 @@ set shiftwidth=4
set softtabstop=4 set softtabstop=4
set smarttab set smarttab
set expandtab set expandtab
" Allow mouse usage
set mouse=a set mouse=a
" Always use vertical diffs
set diffopt+=vertical
syntax on syntax on