Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 323 Bytes

create-a-named-tmux-session.md

File metadata and controls

18 lines (12 loc) · 323 Bytes

Create A Named tmux Session

When creating a new tmux session

$ tmux new

a default name of 0 will be given to the session.

If you'd like to give your session a name with a bit more meaning, use the -s flag

$ tmux new -s burrito

source