On Thu, 11 Aug 2016 22:41:03 +0300
Amer <amerlyq_AT_gmail.com> wrote:
> For me it started playing nicely only with wrapper to tmux, though.
> Because I didn't liked how sessions stayed alive after killing
> terminals directly through window manager.
>
> $ st -e r.tmux
>
> $ cat r.tmux
> #!/bin/bash -e
> trap "tmux kill-session -t st-$$" INT TERM EXIT
> tmux new-session -s st-$$ "$_AT_"
I use dvtm:
http://www.brain-dump.org/projects/dvtm/
It only handles multiplexing and scrollback; it doesn't save sessions. For
that, the author provides a separate tool, abduco:
http://www.brain-dump.org/projects/abduco/
Received on Fri Aug 12 2016 - 05:24:42 CEST