1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-29 16:42:13 +03:00
wezterm/docs/config/lua/wezterm.mux/rename_workspace.md
2023-04-02 08:03:07 -07:00

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