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'
)