-
Notifications
You must be signed in to change notification settings - Fork 0
tmux
sym3tri edited this page Jul 23, 2012
·
8 revisions
tmux ls
list sessions
tmux new -s <session-name>
create new session
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
prefix + %
new vertical pane
prefix + "
new horizontal pane
prefix + o
cycle thru panes