1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-29 00:21:57 +03:00
wezterm/docs/examples/cmd-synopsis-wezterm-cli-adjust-pane-size--help.txt
Mat Jones 2f4266cb6a
feat: resize pane from CLI (#3491)
* WIP resize pane from CLI

* fix response types

* fix: remove unneeded `import std::usize;`

Co-authored-by: Wez Furlong <wez@wezfurlong.org>

* fix: update derived files

* fix: update codec version

* chore: update changelog.md

* fix: remove unneeded `import std::usize;`

Co-authored-by: Wez Furlong <wez@wezfurlong.org>

* chore: update changelog.md

* remove erroneous changelog.md change

* remove erroneous changelog.md change

* remove whitespace changes

---------

Co-authored-by: Wez Furlong <wez@wezfurlong.org>
2023-04-18 08:34:39 -07:00

16 lines
579 B
Plaintext

Adjust the size of a pane directionally
Usage: wezterm cli adjust-pane-size [OPTIONS] <DIRECTION>
Arguments:
<DIRECTION> Specify the direction to resize in [possible values: Up, Down,
Left, Right, Next, Prev]
Options:
--pane-id <PANE_ID> Specify the target pane. The default is to use the
current pane based on the environment variable
WEZTERM_PANE
--amount <AMOUNT> Specify the number of cells to resize by, defaults to
1
-h, --help Print help