From 3f358e5f8241645e835f96b8c2f93a1747aad130 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 9 Jun 2019 02:35:45 +1200 Subject: Remove 'splitbelow' and 'splitright' settings Just experimentally; let's see what we think. --- vim/vimrc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 6c1875fe..ff6ac208 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -602,14 +602,6 @@ set shortmess+=I " Prefix wrapped rows with three dots set showbreak=... -" By default, the positioning of new Vim windows differs from the i3 and tmux -" window management to which I'm accustomed, in that new windows are created -" above or to the left of existing ones. I have tried to get used to this, -" but haven't managed to, so we configure it to behave more consistently -" instead. -" -set splitbelow splitright - " Don't try to syntax highlight run-on lines set synmaxcol=500 -- cgit v1.2.3