tmux cheat sheet
Tmux cheat sheet Intro I am trying to use tmux more than screen, but a cheat sheet could be usefull.
Quick and dirty tmux detach from window ctrl-b d
list sessions tmux ls
connect to session tmux at -t create session tmux new -s “session_name” “command”
create detached sessioni tmux new -d
Extra info split window in multiple pane split horizontal ==== ctrl-b "
split vertical || ctrl-b %
move to other pane ctrl-b cursor-key-direction
One minute to read