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
{{ message }}
This repository was archived by the owner on May 6, 2020. It is now read-only.
It would be nice if window configs could be moved.
There are two types of movements that would be useful:
(1) - Moving windows "left" or "right" (that is, swapping the window config locations with those to the left or to the right).
(2) - Moving windows to an arbitrary location.
Examples of (1) above:
Original window config layout: [1, 2, 3, 4]
After moving window config 2 right: [1, 3, 2, 4]
After moving it right again: [1, 3, 4, 2]
After moving it right again: Either: [2, 3, 4, 1] or no change: [1, 3, 4, 2] (depending on wrapping setting)
Examples of (2) above:
Original window config layout: [1, 2, 3, 4]
After moving window config 2 to 4: [1, 3, 4, 2]