https://invisible-island.net/vile/perl/
winops - perl extension module for vile's window-operations
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
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.
Make all windows the same approximate size
Make the current window as large as possible without deleting other windows.
Swap contents of the current window and the window above it.
Swap contents of the current window and the window below it.
Create a new window and make it the current window.
Delete windows below the current window.
Delete windows above the current window.
Kevin Buettner