When you run Claude Code (or any TUI built on Ink) inside tmux inside a modern terminal like Ghostty, links render as [text] with the URL hidden behind an OSC 8 hyperlink escape sequence. Your terminal knows the URL. tmux knows the URL. But none of the obvious ways to actually click it work:
⌘ + click— tmux hasmouse on, so it swallows the event before Ghostty sees it.Shift + ⌘ + click— supposed to bypass the mouse grab, but often doesn't in the tmux → Ghostty chain.tmux-fzf-url— great plugin, but it scrapes the visible text buffer. The URL isn't in the visible text; it's in the escape sequence. So it finds nothing.- Right-click menu — Oh My Tmux's context menu *does