Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

    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


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: