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 detach
Get the session name
Get them all:
$ tmux ls
Get the current one:
$ tmux display-message -p '#S'
Rename session
$ tmux rename-session -t OLD NEW