aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-10-05 12:26:58 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-10-05 12:26:58 +1300
commita266bd06f40128aaa06b2c6cbc56dec54706d6c2 (patch)
tree35c0e8f6a8cd4536623e931c834fbae665754f83 /vim
parentMatch angle brackets in Vim with % (diff)
downloaddotfiles-a266bd06f40128aaa06b2c6cbc56dec54706d6c2.tar.gz
dotfiles-a266bd06f40128aaa06b2c6cbc56dec54706d6c2.zip
Preserve size of other Vim windows when splitting
Diffstat (limited to 'vim')
-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