From 38bab815fe1f174d78dfe10b31b881f886a5c174 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Wed, 19 May 2021 09:01:31 +0000 Subject: 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. --- alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf