diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-06-14 23:04:45 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-06-14 23:04:45 +0000 |
commit | c99cd73aef2dcab1514649304e3bea64c0b2c0bd (patch) | |
tree | 86b7087af991d2239b572cfd2c9fa95125dce776 | |
parent | 8582ca2cd66d0c9213d542ee4641b3008813f68d (diff) |
Add a missing command and some missing Ic, from Tiago Cunha.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index e0d1cbf5a03..18e268f0916 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.175 2010/06/05 16:54:24 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.176 2010/06/14 23:04:44 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 5 2010 $ +.Dd $Mdocdate: June 14 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -1138,6 +1138,11 @@ be toggled with a single key, for example: .Bd -literal -offset indent bind-key C-p pipe-pane -o 'cat >>~/output.#I-#P' .Ed +.It Xo Ic previous-layout +.Op Fl t Ar target-window +.Xc +.D1 (alias: Ic prevl ) +Move to the previous layout in the session. .It Xo Ic previous-window .Op Fl a .Op Fl t Ar target-session @@ -1201,7 +1206,7 @@ or downward (numerically higher). .Op Fl t Ar target-window .Op Ar layout-name .Xc -.D1 (alias: selectl ) +.D1 (alias: Ic selectl ) Choose a specific layout for a window. If .Ar layout-name @@ -1235,7 +1240,7 @@ Select the window at .Op Fl t Ar target-pane .Op Ar shell-command .Xc -.D1 (alias: splitw ) +.D1 (alias: Ic splitw ) Create a new pane by splitting .Ar target-pane : .Fl h |