aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-04-30 06:01:24 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-04-30 06:01:24 +0000
commitcdf472f2dee886da6ce820a539238b0d567e84ae (patch)
treeea2298aeae372074793b8e1798e69b591fad55a2 /tmux.1
parenta3f7928084f291e23b7dea7b4ebd874d18b0c266 (diff)
downloadrtmux-cdf472f2dee886da6ce820a539238b0d567e84ae.tar.gz
rtmux-cdf472f2dee886da6ce820a539238b0d567e84ae.tar.bz2
rtmux-cdf472f2dee886da6ce820a539238b0d567e84ae.zip
Merge resize-pane-{up,down} into resize-pane.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.124
1 files changed, 10 insertions, 14 deletions
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 <nicm@users.sourceforge.net>
.\"
@@ -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).