From a266bd06f40128aaa06b2c6cbc56dec54706d6c2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 5 Oct 2014 12:26:58 +1300 Subject: Preserve size of other Vim windows when splitting --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index a57fecd2..5c25c498 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -483,6 +483,9 @@ if has('windows') " more than one window on the screen or in the current tab set laststatus=1 + " Don't resize windows we're not splitting (Tmux-like; think Mondrian) + set noequalalways + " New split windows appear below or to the right of the existing window, " not above or to the left per the default set splitbelow -- cgit v1.2.3