Notes about math, research, and more.
:tags: help-guide, tmux

To detach from a session: Ctrl + b, d

To list sessions: “tmux ls”

To attach to session: “tmux attach-session” or “tmux attach-session -t <session-name>” (if multiple sessions)

To kill session “tmux kill-session -t <session name>” or “exit” (from inside the session)