diff --git a/wezterm.lua b/wezterm.lua index abc9789..be87d39 100644 --- a/wezterm.lua +++ b/wezterm.lua @@ -8,5 +8,12 @@ config.skip_close_confirmation_for_processes_named = {} config.colors = { cursor_bg = "#FFFF00" } +config.mouse_bindings = { + { + event = { Up = { streak = 1, button = 'Left' } }, + mods = 'CTRL', + action = wezterm.action.OpenLinkAtMouseCursor, + }, +} return config