aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-02-18 17:00:35 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-02-18 17:00:35 +0000
commite4bb87032eb851338aa77bceb3e4581da3281a1d (patch)
tree2f3d1e4231f7e644615113753f1aec7f286d992b /tmux.1
parenta6c4c2cca0d44e0cec9d4a0cc041290a263826fb (diff)
downloadrtmux-e4bb87032eb851338aa77bceb3e4581da3281a1d.tar.gz
rtmux-e4bb87032eb851338aa77bceb3e4581da3281a1d.tar.bz2
rtmux-e4bb87032eb851338aa77bceb3e4581da3281a1d.zip
Add resize-pane -x and -y for absolute pane size.
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 22ccb9a4..0c0e2bd0 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1557,17 +1557,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).