TMUX Cheatsheet
A quick cheatsheet for TMUX commands that I can never remember.
tmux
yum -y install tmux
Out of tmux
new session
tmux new
new session with name
tmux new -s sessionname
show sessions
tmux ls
attach to session
tmux attach-session -t 0
Go to last sessi...
blog.ajbothe.com1 min read