Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 274 Bytes

File metadata and controls

16 lines (12 loc) · 274 Bytes

Tmux cheatsheet

On the command line

Start a new session

tmux

Start a new session with a name

tmux new -s mysession

Attach to an old session

tmux attach

Attach to an old session with a name

tmux attach -s mysession

Inside tmux