Skip to content

fix(zellij-server): restore tab position when re-attaching #4115

New issue

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

XOR-op
Copy link

@XOR-op XOR-op commented Apr 1, 2025

Fixes #3416 #3337 .

This PR focuses on improving user experience: when users detach all clients, the next time users attach to the session, they expect to see the last tab they were at from the last connection, instead of always being the first tab. The changes in this PR allow a session to remember the last tab position on exit globally, and restore to it. When there is more than zero active client, no behavior will be changed.

The pane behavior described in related issues seems to have already been fixed.

@XOR-op XOR-op changed the title feat(zellij-server): restore tab position when re-attaching fix(zellij-server): restore tab position when re-attaching Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zellij attach doesn't remember last opened pane/tab
1 participant