Tmux Checklist

Cool tmux checklist with examples to become really fast with organized terminal navigation

Prefix key is default ctrl+b

CommandDescriptionExample
tmux new -s (name)Create a new session
(prefix key) cAdd a window
(prefix key) (window number)Switch to another window (numbers are on the bottom of terminal
tmux lsList running tmux sessions
tmux attach -t (session name)Attach to a running tmux session
(prefix key) dDetach from a session
(prefix key) ,Rename a window
(prefix key) % : Vertical Split window (prefix key) " : Horizontal Split windowSplitting windows
(prefix key) (arrow keys)Move across windows
(prefix key) zZoom in and out of window (fullscreen)
(prefix key) { : Move window left (prefix key) } : Move window rightMoving windows
(prefix key) spacebarChange window layout
(prefix key) :source-file ~/.tmux.confTo reset tmux configs from tmux
(prefix key) xTo kill tmux session
Ctrl + dTo kill tmux window
(prefix key) [Copy mode