[on tmux] “ C-b d will “detach” the client, basically suspending all your work to disk.” This is misleading, that’s not what detach does. Nothing gets “suspended”, things continue running in the background.

Also, nothing gets written to disk, and there is no possibility to keep tmux sessions across reboots. A great resource about tmux was posted here some days ago: https://leanpub.com/the-tao-of-tmux/read

I use the `tmux-resurrect` plugin (https://github.com/tmux-plugins/tmux-resurrect) to restore my tmux session after a reboot. I highly recommend it.