mirror of
https://github.com/wez/wezterm.git
synced 2024-12-29 16:42:13 +03:00
50172f2e88
refs: #2787
210 B
210 B
wezterm.mux.rename_workspace(old, new)
{{since('nightly')}}
Renames the workspace old to new.
wezterm.mux.rename_workspace(
wezterm.mux.get_active_workspace(),
'something different'
)