# window: split window resizing ## Syntax ##
WINDOW GROW [-right] [<lines>|<columns>]
WINDOW SHRINK [-right] [<lines>|<columns>]
WINDOW SIZE [-right] <lines>|<columns>
WINDOW BALANCE [-right]
## Parameters ## | | | | --- | --- | | `GROW`: | Increase the size of the active split window by the specified number of lines. | | `SHRINK`: | Decrease the size of the active split window by the specified number of lines. | | `SIZE`: | Set the current split window size to the specified numer of lines. | | `BALANCE`: | Balance the heights of all split windows. | | | | | --- | --- | | `-right`: | Makes the command work on the width instead of height, or create the split window to the right instead of top. | Add the required arguments for the given command. Without arguments, the details (size, immortality, levels, server, name and sticky group) of the currently active window are displayed. If used with a number as argument, same as WINDOW REFNUM. ## Description ## Manipulates the window layout and positioning attributes. ## Examples ## ## See also ## [JOIN](/documentation/help/1.2/join), [LEVELS](/documentation/help/1.2/levels), [LOG](/documentation/help/1.2/log), [QUERY](/documentation/help/1.2/query)