Long URL that spans several lines in a tmux pane isn't parsed properly when cmd-clicked #9108
-
Beta Was this translation helpful? Give feedback.
Answered by
qwerasd205
Oct 9, 2025
Replies: 1 comment 9 replies
-
|
Do any other terminals implement this? The reason it can't properly parse a URL wrapped across lines like this is because the terminal is completely unaware of the tmux panes, so as far as its concerned it just sees |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
mitchellh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Do any other terminals implement this? The reason it can't properly parse a URL wrapped across lines like this is because the terminal is completely unaware of the tmux panes, so as far as its concerned it just sees
... https://www.goo│[axel@ ..., it doesn't have any way to know that it should look at the next row to find more text that belongs to the same line.