1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-12 13:13:15 +03:00
wezterm/docs/config/lua/MuxTab/set_title.md
2022-08-07 13:26:59 -07:00

12 lines
141 B
Markdown

# tab:set_title(TITLE)
*Since: 20220807-113146-c2fee766*
Sets the tab title to the provided string.
```lua
tab:set_title 'my title'
```