Skip to content
Daniel Caldwell edited this page Jul 1, 2014 · 3 revisions

1. create a session

tmux new -s sessionname

2. while in a session detach

<ctrl> b then :detach

3. reattach to session

tmux a -t sessionname

It gets more complicated than that, but that's good enough for everyone.

Clone this wiki locally