Replies: 9 comments 12 replies
-
wezterm logs a line to the log (which you can see in the Debug Overlay), and then runs |
Beta Was this translation helpful? Give feedback.
-
Oh maybe this is the problem then – it looks like On my system (macOS 13.1.1):
|
Beta Was this translation helpful? Give feedback.
-
Just dropping this here since I was having the same issue. For me the issue wasn't with wezterm, but the fact that I was actually using zellij inside of it. In zellij I needed to hold shift while clicking the link to open it. There might be something else you are running that could be changing this interaction, and would probably be worth a check. |
Beta Was this translation helpful? Give feedback.
-
The comment from @anthony-halim above about Zellij made me realize this could be a tmux issue. I tested in a non-tmux Wezterm window and I can indeed click on links to open just fine. Inside tmux, Shift+click does the trick. I know I tried other modifiers in the past, but apparently never tried Shift. As the author of this thread, I'm going to close this. Someone else can reopen if they like. |
Beta Was this translation helpful? Give feedback.
-
Same issue |
Beta Was this translation helpful? Give feedback.
-
I'm experiencing the exact same behaviour but it doesn't seem to be related to either Any idea why this happens? It's possible to change this behaviour for the links or it's app-related? |
Beta Was this translation helpful? Give feedback.
-
Same issue on windows, works when I double click though. |
Beta Was this translation helpful? Give feedback.
-
It was not working for me on MacOS 14.5. It worked after I added following mouse-bindings: config.mouse_bindings = {
-- CMD-click will open the link under the mouse cursor
{
event = { Up = { streak = 1, button = "Left" } },
mods = "SUPER",
action = wezterm.action.OpenLinkAtMouseCursor,
},
}
|
Beta Was this translation helpful? Give feedback.
-
I have the same issue, even when not using |
Beta Was this translation helpful? Give feedback.
-
I'm not sure if there's a config option I'm missing, but when I hover over links in wezterm they underline and my cursor changes to the correct hand cursor. However, when I click any link nothing at all happens.
Is there something I need to configure in wezterm or in macOS?
Beta Was this translation helpful? Give feedback.
All reactions