summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2013-03-22 10:37:39 +0000
committerNicholas Marriott <nicm@openbsd.org>2013-03-22 10:37:39 +0000
commitf0efa576e002e77dc6363e0a5bc41d0c0649c946 (patch)
tree19a401bcc41eb34271b9bdf85f608c4172bf8e20 /tmux.1
parentad5df9bc2f00b3de89e1c2bd6714022cf99aacda (diff)
Add resize-pane -x and -y for absolute pane size (much requested).
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.120
1 files changed, 14 insertions, 6 deletions
diff --git a/tmux.1 b/tmux.1
index acb1a4c1..674b6506 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1553,17 +1553,25 @@ if specified, to
.It Xo Ic resize-pane
.Op Fl DLRU
.Op Fl t Ar target-pane
+.Op Fl x Ar width
+.Op Fl y Ar height
.Op Ar adjustment
.Xc
.D1 (alias: Ic resizep )
-Resize a pane, upward with
-.Fl U
-(the default), downward with
+Resize a pane, up, down, left or right by
+.Ar adjustment
+with
+.Fl U ,
.Fl D ,
-to the left with
.Fl L
-and to the right with
-.Fl R .
+or
+.Fl R ,
+or
+to an absolute size
+with
+.Fl x
+or
+.Fl y .
The
.Ar adjustment
is given in lines or cells (the default is 1).