From ffeb55dad20ba745c85a42c828eeac96e65216a1 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Sun, 27 Oct 2019 22:05:25 +0000 Subject: [PATCH] Add winfix maps, quote airline theme --- vimrc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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