Home

Create A Named tmux Session

Create a named tmux session with:

command
tmux new -s SESSION_NAME

where "SESSION_NAME" is whatever you want to call it

~ fin ~