tmux list-sessions
- What happens if you have a tmux session running remotely and disconnect/forget about it? Can it run indefinitely? Yes it can, it will keep that session alive.
tmux new -s session-name
tmux attach -t session-name
tmux list-sessions
- d - detach session
- s - list sessions
- w - list windows
Ctrl + b [ PageUp/PageDn (fn + Up/fn + Down) Ctrl + c