Resize all open windows propotionally when the terminal is resized

15 Points

Steven Fernandez Steven Fernandez

9 years ago

Resize all windows proportionally when the terminal is resized (for vim in console, as opposed to gvim)

" let terminal resize scale the internal windows
autocmd VimResized * :wincmd =

Rahul Gupta

Rahul Gupta 6 years ago

I use tmux alot with vim & have faced this many times. Thank you so much, this saves time.