You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(browser): add Cmd+Shift+Click to toggle terminal link destination
Cmd+Click opens links using the default destination per the "Open
Terminal Links in cmux Browser" setting. Cmd+Shift+Click opens in the
opposite browser, giving users quick access to both without changing
the setting.
- Read shift state in OPEN_URL handler and XOR with setting
- Update setting subtitle to explain the Cmd+Shift shortcut
- Update all xcstrings translations (marked needs_review)
- Update ghostty submodule for shift-aware link detection
Closes#719
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: Sources/cmuxApp.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4080,7 +4080,7 @@ struct SettingsView: View {
4080
4080
4081
4081
SettingsCardRow(
4082
4082
String(localized:"settings.browser.openTerminalLinks", defaultValue:"Open Terminal Links in cmux Browser"),
4083
-
subtitle:String(localized:"settings.browser.openTerminalLinks.subtitle", defaultValue:"When off, links clicked in terminal output open in your default browser.")
4083
+
subtitle:String(localized:"settings.browser.openTerminalLinks.subtitle", defaultValue:"Sets the default for Cmd+Click. Cmd+Shift+Click opens in the other browser.")
0 commit comments