X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b317ae26bf3be8703ace4e634f7c451690e2b687..94b1818ea2c176b5afcbb0d991dd64527b92463f:/vim/vimrc 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