diff --git a/src/config/Config.zig b/src/config/Config.zig index 5e09bf247..49ca25d49 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -432,8 +432,9 @@ command: ?[]const u8 = null, /// TODO: This can't currently be set! link: RepeatableLink = .{}, -/// Enable URL matching. URLs are matched on `super` + hover and open using the -/// default system application for the linked URL. +/// Enable URL matching. URLs are matched on hover with control (Linux) or +/// super (macOS) pressed and open using the default system application for +/// the linked URL. /// /// The URL matcher is always lowest priority of any configured links (see /// `link`). If you want to customize URL matching, use `link` and disable this.