xxxxxxxxxx
#start a new session with name
tmux new -s sample
#attach to a session
tmux a -t sample
tmux a ==> atach to latest session
#kill a session
tmux kill-session -t sample
#vertical split
CTR+b, %
#horizontal split
CTR+b, "
#select a panel
CTR+b, q (number)
#default template
CTR+b, ALT (Number)
xxxxxxxxxx
Select floor(rand()*60) + 20 -- 80 - 20 = 60 so we multiply with 60, then we add 20