diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-05-19 09:01:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 09:01:31 +0000 |
commit | 38bab815fe1f174d78dfe10b31b881f886a5c174 (patch) | |
tree | aa44b64d7fb686b25a080cd02f43a420d456d77b /alacritty.yml | |
parent | 6d8db6b9dfadd6164c4be7a053f25db8ef6b7998 (diff) | |
download | alacritty-38bab815fe1f174d78dfe10b31b881f886a5c174.tar.gz alacritty-38bab815fe1f174d78dfe10b31b881f886a5c174.zip |
Add magnet URL support to config docs
Support for magnet URLs was introduced in 78e0444, however that commit
failed to document things in the alacritty.yml file.
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 4fdbb1f9..9c5239f9 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -478,7 +478,7 @@ # - MoveViModeCursor # Move the vi mode cursor to the beginning of the hint. #enabled: - # - regex: "(mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\ + # - regex: "(magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\ # [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+" # command: xdg-open # post_processing: true |