summaryrefslogtreecommitdiff
path: root/alacritty.yml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-05-19 09:01:31 +0000
committerGitHub <noreply@github.com>2021-05-19 09:01:31 +0000
commit38bab815fe1f174d78dfe10b31b881f886a5c174 (patch)
treeaa44b64d7fb686b25a080cd02f43a420d456d77b /alacritty.yml
parent6d8db6b9dfadd6164c4be7a053f25db8ef6b7998 (diff)
downloadalacritty-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.yml2
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