tpope/vim-obsession

Windows are not balanced after re-opening a session

ariel-frischer opened this issue · 1 comments

I always gotta hit it with a ctrl+w -> = to balance my windows. Is there a way I can call this after loading in my session automatically? Is there a session configuration option that fixes this?

tpope commented

Do you have 'equalalways' enabled? I do, and it seems to apply after loading the session.

You could always force it with autocmd SessionLoadPost * wincmd =.