Important
You are reading the help for Irssi 1.0. The current release version is Neırssi 1.3.
window moving/number changing
Syntax
WINDOW NUMBER [-sticky] <number>
WINDOW MOVE PREV
WINDOW MOVE NEXT
WINDOW MOVE FIRST
WINDOW MOVE LAST
WINDOW MOVE <number>|<direction>
WINDOW MOVE LEFT
WINDOW MOVE RIGHT
Parameters
|
Change the active window number to the specified number, swapping the window already in that place if required. With -sticky, protect the window number from renumbering done by windows_auto_renumber. (To re-set the sticky attribute, use WINDOW NUMBER again without -sticky.) |
|
Move the window to the place of the numerically previous window. At the first position, move the window to the end and renumber the consecutive block that it was part of. |
|
Move the window to the place of the numerically next window. At the last position, move the window to the first position and renumber the consecutive block at first position (if any) |
|
Move the window to the first position. Any windows inbetween are moved to their numerically next positions. |
|
Move the window to the last position. Any windows inbetween are moved to their numerically previous positions. |
|
Move the window to the specified number or the first number that is in use when moving the window in the direction of the specified position. Any windows inbetween are shifted towards the old position of the window (unused positions remain empty) |
|
Move the window to the numerically previous location inside the current sticky group. |
|
Move the window to the numerically next location inside the current sticky group. |
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.