adjust-pane-size

On this page
  1. wakterm cli adjust-pane-size DIRECTION
    1. Synopsis

wakterm cli adjust-pane-size DIRECTION#

Run wakterm cli adjust-pane-size --help to see more help

Adjust the size of the current pane, or the pane specified by --pane-id, in the specified direction.

Possible values for DIRECTION are shown below; the direction is matched ignoring case so you can use left rather than Left:

  • Left, Right, Up, Down to adjust size based on direction

Synopsis#

Adjust the size of a pane directionally

Usage: wakterm 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 WAKTERM_PANE
      --amount <AMOUNT>    Specify the number of cells to resize by, defaults to 1
  -h, --help               Print help

Edit this page