A few default command key bindings are missing in the table of the tmux
manual:

Index: tmux.1
===================================================================
RCS file: /cvs/src/usr.bin/tmux/tmux.1,v
retrieving revision 1.411
diff -u -p -r1.411 tmux.1
--- tmux.1      9 Dec 2014 19:23:35 -0000       1.411
+++ tmux.1      23 Dec 2014 07:29:44 -0000
@@ -247,6 +247,10 @@ Split the current pane into two, left an
 Kill the current window.
 .It '
 Prompt for a window index to select.
+.It \&(
+Switch the attached client to the previous session.
+.It \&)
+Switch the attached client to the next session.
 .It ,
 Rename the current window.
 .It -
@@ -267,6 +271,8 @@ Choose which buffer to paste interactive
 List all key bindings.
 .It D
 Choose a client to detach.
+.It L
+Switch the attached client back to the last session.
 .It \&[
 Enter copy mode to copy text or view the history.
 .It \&]
@@ -293,14 +299,14 @@ Briefly display pane indexes.
 Force redraw of the attached client.
 .It s
 Select a new session for the attached client interactively.
-.It L
-Switch the attached client back to the last session.
 .It t
 Show the time.
 .It w
 Choose the current window interactively.
 .It x
 Kill the current pane.
+.It z
+Toggle zoom state of the current pane.
 .It {
 Swap the current pane with the previous pane.
 .It }
@@ -318,6 +324,8 @@ pane.
 .It M-1 to M-5
 Arrange panes in one of the five preset layouts: even-horizontal,
 even-vertical, main-horizontal, main-vertical, or tiled.
+.It Space
+Arrange the current window in the next preset layout.
 .It M-n
 Move to the next window with a bell or activity marker.
 .It M-o

Reply via email to