Resumable terminal sessions (like tmux, zellij) across zed reloads #25227
r-moore
started this conversation in
Feature Ideas / Enhancements
Replies: 1 comment
-
You may configure Zed to use Zellij. I have built a bridge for this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As mentioned here, when zed starts it re-opens previous terminal windows. The problem is that existing terminal processes would have been killed when restarting (or reloading) zed, so re-opening them is kind of pointless.
Losing local terminal tasks is a common annoyance when installing updates to zed.
I am thinking a wrapper for something like tmux or zellij might provide persistance of local terminal sessions (something the user could opt-in to). That kind of workaround is described here: https://medium.com/@joaomoreno/persistent-terminal-sessions-in-vs-code-8fc469ed6b41
Or else zed could have it's own separate process (system tray app?) to persist and manage terminal sessions across editor restarts. The zed app could 'connect' to these sessions when it opens.
Beta Was this translation helpful? Give feedback.
All reactions