We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic information
zellij --version: zellij 0.39.2
zellij --version
stty size: 48 175
stty size
uname -av or ver(Windows): Linux tokyo 6.1.82 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar 15 18:27:50 UTC 2024 x86_64 GNU/Linux
uname -av
ver
When trying to use children with a tab template, the children of said template seem to ignore the split direction of the parent.
When using the panes directly, instead of as the template's children, they work as expected; being split vertically.
layout { tab_template name="ui" { pane size=1 borderless=true { plugin location="zellij:compact-bar" } pane split_direction="vertical" { pane pane } } ui }
As seem on terminal
When using something like this, the children of ui will be placed horizontally, which is the default; ignoring the split_direction of where they are.
layout { tab_template name="ui" { pane size=1 borderless=true { plugin location="zellij:compact-bar" } pane split_direction="vertical" { children } } ui { pane pane } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Basic information
zellij --version
: zellij 0.39.2stty size
: 48 175uname -av
orver
(Windows): Linux tokyo 6.1.82 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar 15 18:27:50 UTC 2024 x86_64 GNU/Linux2. Issues with the Zellij UI / behavior / crash
Issue description
When trying to use children with a tab template, the children of said template seem to ignore the split
direction of the parent.
Minimal reproduction
Expected behaviour
When using the panes directly, instead of as the template's children, they work as expected; being split vertically.
Unexpected
When using something like this, the children of ui will be placed horizontally, which is the default;
ignoring the split_direction of where they are.
The text was updated successfully, but these errors were encountered: