From 8c6d5718a1814aba1ddf8bce4815bf9add39f0b3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 11 Jun 2019 13:02:09 +1200 Subject: Restore 'splitbelow' and 'splitright' I just can't get used to the default. --- vim/vimrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 857b96af..aa935644 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -777,6 +777,14 @@ set sessionoptions-=options " No global options or mappings " set shortmess+=I +" I find the defaults of new windows opening above or to the left of the +" previous window too jarring, because I'm used to both the i3 window manager +" and the tmux terminal multiplexer doing it the other way around, in reading +" order. I prefer the visual effect of the previous text staying where it is, +" and the new window occupying previously blank space. +" +set splitbelow splitright + " Limit the number of characters per line that syntax highlighting will " attempt to match. This is as much an effort to encourage me to break long " lines and do hard wrapping correctly as it is for efficiency. -- cgit v1.2.3