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-$$ "$@" On Thu, Aug 11, 2016 at 07:31:50PM +0000, Teodoro Santoni wrote: > Hi, > > 2016-08-11 17:32 GMT, Britton Kerin <[email protected]>: > > It should be a goal because it's generally desirable and the > > alternative mentioned on the web page isn't. > > I've fulfilled that desire by using tmux inside st. >
