home ~ projects ~ socials

Create A Named tmux Session

Create a named tmux session with:

tmux new -s SESSION_NAME

where "SESSION_NAME" is whatever you want to call it

-- end of line --