From 3eb17ab82d41df901273e9cfd31a63280d543893 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sat, 27 Jan 2024 15:55:05 -0500 Subject: Automatic resizing of windows in vim --- dotfiles/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/vimrc b/dotfiles/vimrc index 34d7edc..18ce6b0 100644 --- a/dotfiles/vimrc +++ b/dotfiles/vimrc @@ -67,3 +67,6 @@ set nospell " ctrl-w h (to return to the netrw listing) " P (edit newly selected file in the previous window) let g:netrw_liststyle=3 + +set ea +autocmd VimResized * wincmd = -- cgit v1.2.3