2013-06-12
Some often forgotten tmux commands. In all cases I'm using ctrl-a
:
to type the commands into tmux' command line.
N.B. tmux panes are referenced by session:window.pane
. So, 0:1.0
references session 0
, window 1
, pane 0
.
Move a pane to the right of the current window: join-pane -h -s 4.0
Move a pane below the current window: join-pane -v -s 4.0
Break the current pane into it's own window: break-pane