aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-09 02:35:45 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-09 02:35:45 +1200
commit3f358e5f8241645e835f96b8c2f93a1747aad130 (patch)
tree2496fbdf8a82e78bd48406d0932c835d7d0395de
parentAdd explanations for 'ttymouse' and 'split*' opts (diff)
downloaddotfiles-3f358e5f8241645e835f96b8c2f93a1747aad130.tar.gz
dotfiles-3f358e5f8241645e835f96b8c2f93a1747aad130.zip
Remove 'splitbelow' and 'splitright' settings
Just experimentally; let's see what we think.
-rw-r--r--vim/vimrc8
1 files changed, 0 insertions, 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