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