# window: split window moving ## Syntax ##
WINDOW STICK [<ref#>] [ON|OFF]
WINDOW MOVE LEFT [-directional]
WINDOW MOVE RIGHT [-directional]
WINDOW MOVE UP [-directional]
WINDOW MOVE DOWN [-directional]
## Parameters ## | | | | --- | --- | | `STICK`: | Make the currently active window sticky, or stick the window specified by number to the currently visible split window. Or turn off stickyness of the currently active window or the window specified by number. | | `MOVE LEFT`: | Move the window to the numerically previous location inside the current sticky group. | | `MOVE RIGHT`: | Move the window to the numerically next location inside the current sticky group. | | `MOVE UP`: | Move the current window to the sticky group of the previous split window. If no sticky group remains, the split window collapses. | | `MOVE DOWN`: | Move the current window to the sticky group of the next split window. If no sticky group remains, the split window collapses. | | | | | --- | --- | | `-directional`: | Set the split window in the given direction to the current one active, or move the current window to the sticky group of the split window in the given direction. (If no sticky group remains, the split window collapses.) | 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. LEVEL and HIDELEVEL modify the currently set level. Without arguments, the current level is displayed. Levels listed starting with `+` are added to the current levels. Levels listed starting with `-` are removed from the current levels. To clear the levels, start the new level setting with `NONE`. Levels listed starting with `^` are either removed or added from the current setting, depending on whether they were previously set or not (since Irssi 1.5). Levels listed as is are also added to the current levels. Afterwards, the new level setting is displayed. ## Description ## Manipulates the window layout and positioning attributes. ## Examples ## ## See also ## [JOIN](/documentation/help/1.4/join), [LEVELS](/documentation/help/1.4/levels), [LOG](/documentation/help/1.4/log), [QUERY](/documentation/help/1.4/query)