From 58134886915b1fe460da75a4eebc69f8edacfed4 Mon Sep 17 00:00:00 2001 From: Matt Robenolt Date: Fri, 26 Jan 2024 20:56:34 -0800 Subject: [PATCH] Update Config docs to suggest Super + hover is required for link activation --- src/config/Config.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index 0c0d3325c..e9198827d 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -432,8 +432,8 @@ command: ?[]const u8 = null, /// TODO: This can't currently be set! link: RepeatableLink = .{}, -/// Enable URL matching. URLs are matched on hover and open using the default -/// system application for the linked URL. +/// Enable URL matching. URLs are matched on `super` + hover 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.