mirror of
https://github.com/wez/wezterm.git
synced 2024-12-20 03:41:36 +03:00
e9ed2b4d3e
* mux: unzoom when switching panes Add `unzoom_on_switch_pane` config option: When switching to another pane with ActivatePaneDirection, if the current pane is zoomed, unzoom and then switch instead of doing nothing. * Apply suggestions from code review Co-authored-by: Wez Furlong <wez@wezfurlong.org>
445 B
445 B
TogglePaneZoomState
Since: 20201031-154415-9614e117
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.
return {
keys = {
{ key = "Z", mods="CTRL", action="TogglePaneZoomState" },
}
}
See also: unzoom_on_switch_pane