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: 0.41.2
zellij --version
stty size: 29 104
stty size
uname -av or ver(Windows): Linux fedora 6.12.15-200.fc41.x86_64
uname -av
ver
After using Resurrection mechanism (but also after load the layout from the file), the current directory does not seem to be saved correctly.
Here is a step-by-step reproduction:
x
Ctrl+Q
y
layout { tab name="Tab 1" { pane size=1 borderless=true { plugin location="zellij:tab-bar" } pane cwd="/x" } }
zellij --layout layout.zellij
Within the session:
Execute command:
zellij action dump-layout | grep cwd
layout { tab name="Tab 1" { pane cwd="/x" } }
the issue does not occur. This indicates that the inclusion of an extra pane (such as the plugin pane) may be related to the bug.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Basic information
zellij --version
: 0.41.2stty size
: 29 104uname -av
orver
(Windows): Linux fedora 6.12.15-200.fc41.x86_64Issue description
After using Resurrection mechanism (but also after load the layout from the file), the current directory does not seem to be saved correctly.
Here is a step-by-step reproduction:
x
.Ctrl+Q
to quit the session.x
.y
.Ctrl+Q
again and reattach to the session.x
, noty
.Minimal reproduction
Within the session:
Execute command:
Other relevant information
the issue does not occur. This indicates that the inclusion of an extra pane (such as the plugin pane) may be related to the bug.
The text was updated successfully, but these errors were encountered: