This commit is contained in:
Jaroslaw Konik 2025-06-10 21:17:28 +02:00
parent 12af3cb2b7
commit 8833b55c76

View file

@ -8,5 +8,12 @@ config.skip_close_confirmation_for_processes_named = {}
config.colors = { config.colors = {
cursor_bg = "#FFFF00" cursor_bg = "#FFFF00"
} }
config.mouse_bindings = {
{
event = { Up = { streak = 1, button = 'Left' } },
mods = 'CTRL',
action = wezterm.action.OpenLinkAtMouseCursor,
},
}
return config return config