2023-03-22 16:36:03 +03:00
|
|
|
# `tab:set_zoomed(bool)`
|
2022-07-19 15:51:48 +03:00
|
|
|
|
2023-03-21 08:01:24 +03:00
|
|
|
{{since('20220807-113146-c2fee766')}}
|
2022-07-19 15:51:48 +03:00
|
|
|
|
|
|
|
Sets the zoomed state for the active pane within this tab.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Returns the prior zoom state.
|
|
|
|
|
|
|
|
See also: [`unzoom_on_switch_pane`](../config/unzoom_on_switch_pane.md),
|
|
|
|
[SetPaneZoomState](../keyassignment/SetPaneZoomState.md).
|