NAME winops - perl extension module for vile's window-operations SYNOPSIS In .vilerc: perl "use winops" In [x]vile: :equalize-window-height :maximize-window-height :swap-above :swap-below :new-window :delete-windows-below :delete-windows-above DESCRIPTION The winops modules is a small collection of utilities written to test the Vile::Window facilities. They are both useful for scripting, as well as demonstrating how to use the Vile::Window API. equalize-window-height. Make all windows the same approximate size maximize-window-height. Make the current window as large as possible without deleting other windows. swap-above Swap contents of the current window and the window above it. swap-below Swap contents of the current window and the window below it. new-window Create a new window and make it the current window. delete-windows-below Delete windows below the current window. delete-windows-above Delete windows above the current window. AUTHOR Kevin Buettner