
Untitled
By: a guest on
Aug 30th, 2012 | syntax:
None | size: 1.61 KB | hits: 13 | expires: Never
Ctrl + b is default to enter before you enter the commands
M = Left Alt key
Windows
-------
c Create a new window.
& Kill the current window.
n Change to the next window.
p Change to the previous window.
, Rename the current window.
l Move to the previously selected window.
w Choose the current window interactively.
M-n Move to the next window with a bell or activity marker.
M-p Move to the previous window with a bell or activity marker.
Panes
-----
" Split the current pane into two, top and bottom.
% Split the current pane into two, left and right.
x Kill the current pane.
; Move to the previously active pane.
o Select the next pane in the current window.
! Break the current pane out of the window.
q Briefly display pane indexes.
Other
-----
d Detach the current client.
$ Rename the current session.
[ Enter copy mode to copy text or view the history.
f Prompt to search for text in open windows.
r Force redraw of the attached client.
L Switch the attached client back to the last session.
Create a new session
--------------------
tmux
tmux new
tmux new-session
Reattach to a session
---------------------
tmux attach
tmux attach-session
List sessions
-------------
tmux ls
tmux list-sessions
References
----------
* http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1#KEY+BINDINGS