1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 13:52:55 +03:00
wezterm/docs/config/lua/MuxTab/set_title.md
2023-03-20 22:54:27 -07:00

12 lines
145 B
Markdown

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