aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
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