You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i use tpope/vim-obsession for saving and loading vim session files. After starting vim on a session file like vim -S .Session.vim, dwm.vim seems to respect the sizes of the windows, yet the windows contain different buffers than before. In other words: it seems to me, that one of the buffers gets moved to the master pane and hereby rearranges all buffer locations, just like Ctrl-space.
If i move the desired window to the master pane, the layout size isn't respected any more - it seems to me like a Ctrl-W = is done.
The text was updated successfully, but these errors were encountered:
My issue, the currently newest one #73 is at least partially what you were experiencing. The fix is to disable the autocommand when sourcing files. You can see my comment to myself there on my fix
Hi, i use
tpope/vim-obsession
for saving and loading vim session files. After starting vim on a session file likevim -S .Session.vim
,dwm.vim
seems to respect the sizes of the windows, yet the windows contain different buffers than before. In other words: it seems to me, that one of the buffers gets moved to the master pane and hereby rearranges all buffer locations, just likeCtrl-space
.If i move the desired window to the master pane, the layout size isn't respected any more - it seems to me like a
Ctrl-W =
is done.The text was updated successfully, but these errors were encountered: