diff options
author | Tyler G. Sherrard <tyler@c705.be> | 2020-05-13 22:35:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 05:35:23 +0300 |
commit | 058b036fe7f3a7cdc2ebdc21ab25aded783e4e59 (patch) | |
tree | cb384f32c57e060d694b61ab5f25779d0546ec75 /alacritty.yml | |
parent | 7ae701d57b10c07dda1a83a6d6b252c0af8785cb (diff) | |
download | alacritty-058b036fe7f3a7cdc2ebdc21ab25aded783e4e59.tar.gz alacritty-058b036fe7f3a7cdc2ebdc21ab25aded783e4e59.zip |
Refine documentation on disabling the URL launcher
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty.yml b/alacritty.yml index 0173585f..edceb402 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -375,7 +375,7 @@ # This program is executed when clicking on a text which is recognized as a URL. # The URL is always added to the command as the last parameter. # - # When set to `None`, URL launching will be disabled completely. + # When set to `launcher: None`, URL launching will be disabled completely. # # Default: # - (macOS) open |