diff options
author | Alfonso Montero <amontero@tinet.org> | 2021-05-22 01:09:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-21 23:09:06 +0000 |
commit | c17d8db16934fa2dbd667acea697cd0682826c80 (patch) | |
tree | ee446e189df8aae6a9809df432a4e3e181f15b0e /alacritty.yml | |
parent | 6c00df818c737bed386cfeb5e5b0776fa818f251 (diff) | |
download | alacritty-c17d8db16934fa2dbd667acea697cd0682826c80.tar.gz alacritty-c17d8db16934fa2dbd667acea697cd0682826c80.zip |
Add ipfs/ipns URL scheme support
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 776d417a..8f4f5218 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: "(magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\ + # - regex: "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\ # [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+" # command: xdg-open # post_processing: true |