Skip to content
sym3tri edited this page Jul 23, 2012 · 8 revisions

Sessions

tmux ls list sessions
tmux new -s <session-name> create new session

Windows

prefix + c create window
prefix + n move to next window
prefix + p move to previous window
prefix + f find window by name
prefix + w show window list
prefix + & kill window

Panes

prefix + % new vertical pane
prefix + " new horizontal pane
prefix + o cycle thru panes

Clone this wiki locally