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
I like floating panes, specifically their ability to be stacked and tab-specific. But I often find myself using fullscreen terminal sessions through the window manager as if I would use floating panes. Currently, if I'm not missing anything, Zellij allows for a stacked layout for non-floating panes, but only by making them take half of the screen space.
I'd like to see an addition to the stacked layout for non-floating panes, allowing them to occupy the whole screen space. The closest approximation to this functionality involves creating two horizontal panes, expanding one using ToggleFocusFullscreen, and switching between them with MoveFocus "Up" and MoveFocus "Down". However, this workaround has limitations:
The layout doesn't persist after reloading the session.
It's prone to bugs.
The text was updated successfully, but these errors were encountered:
I like floating panes, specifically their ability to be stacked and tab-specific. But I often find myself using fullscreen terminal sessions through the window manager as if I would use floating panes. Currently, if I'm not missing anything, Zellij allows for a stacked layout for non-floating panes, but only by making them take half of the screen space.
I'd like to see an addition to the stacked layout for non-floating panes, allowing them to occupy the whole screen space. The closest approximation to this functionality involves creating two horizontal panes, expanding one using
ToggleFocusFullscreen
, and switching between them withMoveFocus "Up"
andMoveFocus "Down"
. However, this workaround has limitations:The text was updated successfully, but these errors were encountered: