Tmux Cheatsheet
Session
tmux ls == list detached session
tmux attach -t 0 == attach to sessionWindow
ctrl b + % == split left
ctrl b + " == split top/bottom
ctrl b + Left == switch left
ctrl b + Right == switch right
ctrl b + d == detach current sessionNew Window:
C-b c == create new window
C-b p == previous
C-b n == next
C-d == close current windowResize window:
c-b z
C-b C-arrowkey
C-b ,Type exit to exit current Tmux pane.
Leave a Reply