1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-29 16:42:13 +03:00
wezterm/docs/config/lua/pane/move_to_new_window.md
2023-03-26 11:08:43 -07:00

459 B

pane:move_to_new_window([WORKSPACE])

{{since('nightly')}}

Creates a window and moves pane into that window.

The WORKSPACE parameter is optional; if specified, it will be used as the name of the workspace that should be associated with the new window. Otherwise, the current active workspace will be used.

See also pane:move_to_new_window(), wezterm cli move-pane-to-new-tab.