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.
This commit is contained in:
Christian Duerr 2021-05-19 09:01:31 +00:00 committed by GitHub
parent 6d8db6b9df
commit 38bab815fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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