From 63279b9d9aca72e608fd40cd1b0ec593320fdca0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 23 Jun 2018 00:33:20 +1200 Subject: Remove 'equalalways' disable from .vimrc Just a change in preference. --- vim/vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 95dd972c..63adff53 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -183,9 +183,6 @@ endif " Configuration for window features if has('windows') - " Don't resize windows we're not splitting (tmux-like; think Mondrian) - set noequalalways - " Split windows to the right and bottom set splitbelow if has('vertsplit') -- cgit v1.2.3