tpope / vim-obsession

obsession.vim: continuously updated session files
http://www.vim.org/scripts/script.php?script_id=4472
1.74k stars 68 forks source link

Windows are not balanced after re-opening a session #75

Closed ariel-frischer closed 2 years ago

ariel-frischer commented 2 years ago

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 2 years ago

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 =.