6.1 Interactively Resizing Frames

There is a mode called iresize that lets you interactively resize the current frame. To enter the mode use the iresize command or type C-t r.

The following keybindings apply to the mode:

C-p
Up
k

Shrink the frame vertically.

C-n
Down
j

Expand the frame vertically.

C-f
Right
l

Expand the frame horizontally.

C-b
Left
h

Shrink the frame horizontally.

C-g
ESC

Abort the interactive resize.

RET

Select the highlighted option.

Command: iresize

Starts interactive command "IRESIZE"

Function: setup-iresize

Start the interactive resize mode.

Variable: *resize-map*

The keymap used for resizing a window

Variable: *resize-increment*

Number of pixels to increment by when interactively resizing frames.