fix(wezterm): set title
This commit is contained in:
@@ -3,6 +3,7 @@ local wezterm = require("wezterm")
|
||||
local M = {}
|
||||
|
||||
function M.setup()
|
||||
wezterm.on('format-window-title', function() return "wezterm" end)
|
||||
wezterm.on(
|
||||
'format-tab-title',
|
||||
function(tab, _, _, _, _, _)
|
||||
|
||||
Reference in New Issue
Block a user