To find previous tmux sessions that are still running, but disconnected:
tmux ls
To re-attach to a previous session:
tmux attach -d -t [session id]
From here.

Articles, notes and random thoughts on Software Development and Technology
To find previous tmux sessions that are still running, but disconnected:
tmux ls
To re-attach to a previous session:
tmux attach -d -t [session id]
From here.