Tired of having one of your splits reduced to couple of columns after unmaximizing the Vim window? Make them splits equal size after resizing window:
augroup Misc
autocmd!
autocmd VimResized * exe "normal! \<c-w>="
augroup END
Tired of having one of your splits reduced to couple of columns after unmaximizing the Vim window? Make them splits equal size after resizing window:
augroup Misc
autocmd!
autocmd VimResized * exe "normal! \<c-w>="
augroup END