docs: use Command instead of super for macOS

Command is the name Apple uses for this key and that's printed on the keyboard 😉
pull/6987/head
Simon Olofsson 2025-04-03 10:58:08 +02:00 committed by Simon Olofsson
parent 6f1b22aca5
commit af0004eb52
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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