Loading tool…
cheatsheet
tmux new -s nameStart a new named session
tmux lsList all sessions
tmux attach -t nameAttach to a named session
tmux kill-session -t nameKill a named session
Ctrl+b dDetach from current session
Ctrl+b cCreate a new window
Ctrl+b nMove to next window
Ctrl+b pMove to previous window
Ctrl+b ,Rename current window
Ctrl+b &Close current window
Ctrl+b %Split pane vertically
Ctrl+b "Split pane horizontally
Ctrl+b arrow keyMove to pane in that direction
Ctrl+b xClose current pane
Ctrl+b zToggle pane zoom (fullscreen)
Get new cheatsheets & tools in your inbox
No spam — just new releases, occasionally.