1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 23:04:49 +03:00
wezterm/docs/config/lua/keyassignment/SetPaneZoomState.md
2022-08-07 13:26:59 -07:00

15 lines
585 B
Markdown

# SetPaneZoomState(bool)
*Since: 20220807-113146-c2fee766*
Sets 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.
Setting the zoom state to true zooms the pane if it wasn't already zoomed.
Setting the zoom state to false un-zooms the pane if it was zoomed.
See also: [`unzoom_on_switch_pane`](../config/unzoom_on_switch_pane.md),
[TogglePaneZoomState](TogglePaneZoomState.md),
[MuxTab:set_zoomed()](../MuxTab/set_zoomed.md).