Use "Tab X" as title.
This commit is contained in:
@@ -36,7 +36,7 @@ config.window_padding = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
wezterm.on('format-tab-title', function(tab, tabs, panes, config, hover, max_width)
|
wezterm.on('format-tab-title', function(tab, tabs, panes, config, hover, max_width)
|
||||||
return tab.tab_id
|
return 'Tab ' .. tab.tab_id
|
||||||
end)
|
end)
|
||||||
wezterm.on('format-window-title', function(tab, pane, tabes, panes, config)
|
wezterm.on('format-window-title', function(tab, pane, tabes, panes, config)
|
||||||
return 'WezTerm ' .. wezterm.version
|
return 'WezTerm ' .. wezterm.version
|
||||||
|
|||||||
Reference in New Issue
Block a user