1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

docs: link tab:set_title to PromptInputLine example

This commit is contained in:
Wez Furlong 2023-07-11 06:55:54 -07:00
parent 64c3759091
commit 51294e03c1
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -8,4 +8,5 @@ Sets the tab title to the provided string.
tab:set_title 'my title'
```
[Example of interactively changing the
title](../keyassignment/PromptInputLine.md#example-of-interactively-renaming-the-current-tab)