From cdf472f2dee886da6ce820a539238b0d567e84ae Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 30 Apr 2009 06:01:24 +0000 Subject: Merge resize-pane-{up,down} into resize-pane. --- tmux.1 | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index e1a6f6e6..0fe22cd4 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.93 2009-04-28 18:29:44 tcunha Exp $ +.\" $Id: tmux.1,v 1.94 2009-04-30 06:01:24 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -322,10 +322,8 @@ The following layouts are supported: .It Ic manual Manual layout splits windows vertically (running across); only with this layout may panes be resized using the -.Ic resize-pane-up -and -.Ic resize-pane-down -commands. +.Ic resize-pane +command. .It Ic active-only Only the active pane is shown - all other panes are hidden. .It Ic even-horizontal @@ -755,19 +753,17 @@ Rename the current window, or the window at .Ar target-window if specified, to .Ar new-name . -.It Xo Ic resize-pane-down -.Op Fl p Ar pane-index -.Op Fl t Ar target-window -.Op Ar adjustment -.Xc -.D1 (alias: Ic resizep-down ) -.It Xo Ic resize-pane-up +.It Xo Ic resize-pane +.Op Fl DU .Op Fl p Ar pane-index .Op Fl t Ar target-window .Op Ar adjustment .Xc -.D1 (alias: Ic resizep-up) -Resize a pane. +.D1 (alias: Ic resizep ) +Resize a pane, upward with +.Fl U +(the default) or downward with +.Fl D . The .Ar adjustment is given in lines (the default is 1). -- cgit