From 94b1818ea2c176b5afcbb0d991dd64527b92463f Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 10 Apr 2023 23:47:16 +0100 Subject: [PATCH] vim: resize splits in all tabs when resizing vim --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index c5fca77..d92ec16 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -378,7 +378,7 @@ set sessionoptions+=unix,slash " damn windows and it's silly ways " Resize splits when the window is resized {{{2 augroup resize_splits au! - autocmd VimResized * :wincmd = + autocmd VimResized * :tabdo wincmd = augroup END " Only show cursorline in the current window and in normal mode {{{2 -- 2.48.1