xxxxxxxxxx
local act = wezterm.action
local config = {}
config.keys = {
{
key = ' ',
mods = 'CTRL',
action = act.SendKey {
key = ' ',
mods = 'CTRL',
},
}
}
return config
xxxxxxxxxx
<!-- Make text with hyphens non-breaking -->
<span style="white-space: nowrap;">some-user@email.test</span>