1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-19 19:31:49 +03:00
wezterm/docs/config/lua/MuxTab/set_title.md

12 lines
137 B
Markdown
Raw Normal View History

# tab:set_title(TITLE)
*Since: nightly builds only*
Sets the tab title to the provided string.
```lua
tab:set_title("my title")
```