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
When having multiple visible buffers and switching between them, the behavior of golden-ratio when using `other-window correctly resizes the new active window.
However, when using next-multiframe-window and previous-multiframe-window, it appears that the window being moved from is resized (if not already), not the window being moved to.
(e.g. if doing `next-multiframe-window multiple times you'll see the resized window trailing the active window)
The text was updated successfully, but these errors were encountered:
I have the same issue, but it only happens if I have golden-ratio-auto-scale set to non-nil. My current work around is to not set golden-ratio-auto-scale, but to instead set window-combination-resize to non-nil.
When having multiple visible buffers and switching between them, the behavior of golden-ratio when using `other-window correctly resizes the new active window.
However, when using
next-multiframe-window and
previous-multiframe-window, it appears that the window being moved from is resized (if not already), not the window being moved to.(e.g. if doing `next-multiframe-window multiple times you'll see the resized window trailing the active window)
The text was updated successfully, but these errors were encountered: