tmux resizep <adjustment>
Resize a pane
Arguments
Name | Description |
---|---|
adjustment | Adjustment used with -ULDR |
Options
Name | Description |
---|---|
-D | Resize down by adjustment |
-L | Resize left by adjustment |
-M | Begin mouse resizing |
-R | Resize right by adjustment |
-T | Trim all lines below the current cursor position |
-U | Resize up by adjustment |
-Z | Toggle the active pane between zoomed and unzoomed |
-t <src-pane> | The target pane |
-x <width> | The width of the pane |
-y <height> | The height of the pane |