ninokierulf / work-notes

My collection of learning and solutions to encountered issues
0 stars 0 forks source link

tmux #10

Open ninokierulf opened 1 year ago

ninokierulf commented 1 year ago

tmux new -s <session_name> : Create session tmux kill-session -t <session_name> : Delete session tmux attach -t <session_name> : Resume session

tmux ls : List sessions

more