←back to thread

538 points todsacerdoti | 3 comments | | HN request time: 0.203s | source
1. tripdout ◴[] No.44359851[source]
Are there any terminal emulators that do server-side session management without needing Tmux?
replies(2): >>44360178 #>>44360467 #
2. gloosx ◴[] No.44360178[source]
Don't know about terminal emulators but vim can do this by specifying the URL for g:session_directory. Sessions are simply files and they can be sourced both from your computer or server-side store
3. ku1ik ◴[] No.44360467[source]
wezterm may be something to look into.