tmux resizew <adjustment>
Resize a window
Arguments
Name | Description |
---|---|
adjustment | Adjustment used with -ULDR |
Options
Name | Description |
---|---|
-a | Set the size of the smallest session containing the window |
-A | Set the size of the largest session containing the window |
-D | Resize down by adjustment |
-L | Resize left by adjustment |
-R | Resize right by adjustment |
-U | Resize up by adjustment |
-t <window-name> | The target window |
-x <width> | The width of the pane |
-y <height> | The height of the pane |