Hacker News new | ask | show | jobs
by jasonlotito 4500 days ago

    tmux new -s session_name
    
Then to reattach

    tmux attach -t session_name
Read it as "tmux, attach to session_name"

Forget which sessions you have open? List them out!

    tmux ls