mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-30 20:18:37 +03:00
docs: use Command instead of super for macOS (#6987)
Command is the name Apple uses for this key and that's printed on the
keyboard 😉
This commit is contained in:
@ -826,7 +826,7 @@ env: RepeatableStringMap = .{},
|
|||||||
link: RepeatableLink = .{},
|
link: RepeatableLink = .{},
|
||||||
|
|
||||||
/// Enable URL matching. URLs are matched on hover with control (Linux) or
|
/// 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 linked URL.
|
||||||
///
|
///
|
||||||
/// The URL matcher is always lowest priority of any configured links (see
|
/// The URL matcher is always lowest priority of any configured links (see
|
||||||
|
Reference in New Issue
Block a user