Skip to content

Add a note to explain appImage #217

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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/src/session-resurrection.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Zellij includes built-in session resurrection capabilities. This means that by d

These exited resurrectable sessions can be listed through the CLI or the built-in `session-manager`. They can be resurrected through the CLI by attaching to them or through the `session-manager` by selecting them in the `EXITED` section.

> NOTE - When running an AppImage, the ability to resurrect sessions with the correct current working directory (CWD) may be impacted. This is a characteristic of how AppImages are handled in the system and not a limitation of Zellij itself. Users should be aware of this potential limitation when using Zellij with AppImage.

## What is Resurrected and how to Configure
By default, Zellij serializes the session layout (panes and tabs) and the command running in each pane (it will re-run them in command panes). Through configuration it's possible to have Zellij also serialize and resurrect the pane viewport and scrollback.

Expand Down