From b66e8b84b1a7c7af30b072057520c9738b41d50f Mon Sep 17 00:00:00 2001 From: Gustavo Cordova Date: Tue, 7 Feb 2023 13:56:20 -0800 Subject: [PATCH] Add 'splitright' to go along with 'splitbelow' --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index ee99900..975c182 100644 --- a/vimrc +++ b/vimrc @@ -4,6 +4,7 @@ set modeline set background=dark set shell=/bin/bash set splitbelow +set splitright syntax on if has('gui_running')