From e2ed4c0c46142a5a4252207e944239847680231d Mon Sep 17 00:00:00 2001 From: Gustavo Cordova Date: Tue, 10 May 2022 09:34:25 -0700 Subject: [PATCH] Set 'splitbelow' option --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index a680f98..b8230b0 100644 --- a/vimrc +++ b/vimrc @@ -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')