mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 09:16:11 +03:00
config: update docs
This commit is contained in:
@ -432,8 +432,9 @@ command: ?[]const u8 = null,
|
|||||||
/// TODO: This can't currently be set!
|
/// TODO: This can't currently be set!
|
||||||
link: RepeatableLink = .{},
|
link: RepeatableLink = .{},
|
||||||
|
|
||||||
/// Enable URL matching. URLs are matched on `super` + hover and open using the
|
/// Enable URL matching. URLs are matched on hover with control (Linux) or
|
||||||
/// default system application for the linked URL.
|
/// 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
|
/// 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.
|
/// `link`). If you want to customize URL matching, use `link` and disable this.
|
||||||
|
Reference in New Issue
Block a user