tile-windows-interactively

Name

tile-windows-interactively -- Tile a set of selected windows either vertically or horizontally.

Synopsis

(tile-windows-interactively #&optional (order 'vertical))

Description

Tile a set of selected windows either vertically or horizontally. ORDER can be either 'horizontal or 'vertical. The windows used are selected either by selected-windows-list or select-window-group. If selected-windows-list is empty, then select-window-group is used. See also the undo module and insert-undo-global to save the window configuration before executing this in case the effect is not what you expected.

Implementation Notes

Module:

Defined in scheme/tile.scm at line 169 (CVS log)