diff --git a/vimrc b/vimrc index 4dc0467..9c3830b 100644 --- a/vimrc +++ b/vimrc @@ -77,9 +77,7 @@ set complete=.,b,u,] set wildignore+=deps/*,node_modules/*,*.sw? color desert -if has("AirlineTheme") - let g:airline_theme=papercolor -endif +let g:airline_theme="papercolor" " enable syntax highlighting if it is supported if has("syntax") @@ -201,6 +199,13 @@ map :wincmd j map :wincmd h map :wincmd l +" Don't automatically resize windows to be the same. +set noequalalways +" Fix the width of the window +nnoremap wfw :set winfixwidth +" Fix the height of the window +nnoremap wfh :set winfixheight + " map :wincmd k " map :wincmd j