wezterm cli activate-pane-direction DIRECTION
Since: 20221119-145034-49b9839f
Run wezterm cli activate-pane-direction --help
to see more help
Changes the activate pane to the one 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 activate based on directionNext
,Prev
to cycle based on the ordinal position in the pane tree.