]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
vim: resize splits in all tabs when resizing vim
[dotfiles.git] / vim / vimrc
index c5fca7744f8383a6594de26362d35544c207ab50..d92ec16041e94bf344717a7c951de10c2cc6849c 100644 (file)
--- 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