1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 03:09:06 +03:00
wezterm/docs/examples/cmd-synopsis-wezterm-cli-move-pane-to-new-tab--help.txt
Wez Furlong 2e505ad869
imgcat: add --position, --no-move-cursor and --hold options
These allow additional control over image placement

refs: https://github.com/wez/wezterm/issues/3716
2023-07-15 16:27:52 -07:00

18 lines
917 B
Plaintext

Move a pane into a new tab
Usage: wezterm cli move-pane-to-new-tab [OPTIONS]
Options:
--pane-id <PANE_ID> Specify the pane that should be moved. The
default is to use the current pane based on the
environment variable WEZTERM_PANE
--window-id <WINDOW_ID> Specify the window into which the new tab will be
created. If omitted, the window associated with
the current pane is used
--new-window Create tab in a new window, rather than the
window currently containing the pane
--workspace <WORKSPACE> If creating a new window, override the default
workspace name with the provided name. The
default name is "default"
-h, --help Print help