diff --git a/setup-mac.sh b/setup-mac.sh index a4936a4..b485b8e 100755 --- a/setup-mac.sh +++ b/setup-mac.sh @@ -139,6 +139,13 @@ config.window_background_opacity = 0.9 config.initial_rows = 30 config.initial_cols = 120 config.use_fancy_tab_bar = false +config.mouse_bindings = { + { + event = { Up = { streak = 1, button = 'Left' } }, + mods = 'CTRL', + action = wezterm.action.OpenLinkAtMouseCursor, + }, +} return config EOF