From af0004eb52eecdcc57e0901f51368d079dc97611 Mon Sep 17 00:00:00 2001 From: Simon Olofsson Date: Thu, 3 Apr 2025 10:58:08 +0200 Subject: [PATCH] docs: use Command instead of super for macOS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Command is the name Apple uses for this key and that's printed on the keyboard 😉 --- src/config/Config.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index ecdcee7fc..9cd285d3b 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -826,7 +826,7 @@ env: RepeatableStringMap = .{}, link: RepeatableLink = .{}, /// Enable URL matching. URLs are matched on hover with control (Linux) or -/// super (macOS) pressed and open using the default system application for +/// command (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