diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-01-12 22:46:44 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-01-12 22:46:44 +0000 |
commit | 66e8811c64a833b759511b3f7309e834155a8442 (patch) | |
tree | 7369237c39f18d29f22bbb46452fcf36ab5a8d15 /tmux.1 | |
parent | a9644c1f8bf28b7c27edca1d8c85275ae6f89509 (diff) | |
parent | da72a0b7a8b1f893fd25cfdacef9be7dffa61989 (diff) | |
download | rtmux-66e8811c64a833b759511b3f7309e834155a8442.tar.gz rtmux-66e8811c64a833b759511b3f7309e834155a8442.tar.bz2 rtmux-66e8811c64a833b759511b3f7309e834155a8442.zip |
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -251,6 +251,10 @@ Split the current pane into two, left and right. 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 - @@ -271,6 +275,8 @@ Choose which buffer to paste interactively from a list. 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 \&] @@ -297,14 +303,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 } @@ -322,6 +328,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 |