tmux cheatsheet
I guess I’m going to start using tmux because I have to work on a system that doesn’t have the xterm package and all sorts of things wonky.
Some commands
$ tmux attach -t NAME
$ tmux detachGet the session name
Get them all:
$ tmux lsGet the current one:
$ tmux display-message -p '#S'Rename session
$ tmux rename-session -t OLD NEW