mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
13 lines
508 B
Plaintext
13 lines
508 B
Plaintext
|
Zoom, unzoom, or toggle zoom state
|
||
|
|
||
|
Usage: wezterm cli zoom-pane [OPTIONS]
|
||
|
|
||
|
Options:
|
||
|
--pane-id <PANE_ID> Specify the target pane. The default is to use the
|
||
|
current pane based on the environment variable
|
||
|
WEZTERM_PANE
|
||
|
--zoom Zooms the pane if it wasn't already zoomed
|
||
|
--unzoom Unzooms the pane if it was zoomed
|
||
|
--toggle Toggles the zoom state of the pane
|
||
|
-h, --help Print help
|