mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 13:52:55 +03:00
12 lines
145 B
Markdown
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'
|
|
```
|
|
|
|
|