Skip to content

zoom

Zoom the UI by a given factor.

Signature

zoom <F>

This zooms the view by a factor of √2 to the power of <F>. Thus to zoom out to half the current size, you would use zoom -2, or to double the size you'd use zoom 2. Note that it's not possible to explicitly set a particular zoom level using this command. If the zoom command is bound to a scroll wheel event, the zoom will occur centered on the mouse cursor.