TogglePaneZoomState
On this page
TogglePaneZoomState#
Toggles the zoom state of the current pane. A Zoomed pane takes up all available space in the tab, hiding all other panes while it is zoomed. Switching its zoom state off will restore the prior split arrangement.
config.keys = {
{
key = 'Z',
mods = 'CTRL',
action = wakterm.action.TogglePaneZoomState,
},
}
See also: unzoom_on_switch_pane, SetPaneZoomState.