Use hints section in alacritty config for url bits

main
Dan Buch 3 years ago
parent c46dc86427
commit 91d23490df
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

@ -70,8 +70,18 @@ mouse:
triple_click:
threshold: 300
hide_when_typing: false
url:
modifiers: None
hints:
enabled:
- regex: "(mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\
[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+"
command: xdg-open
post_processing: true
mouse:
enabled: true
mods: None
binding:
key: U
mods: Control|Shift
selection:
semantic_escape_chars: ',│`|:"'' ()[]{}<>'
save_to_clipboard: false

Loading…
Cancel
Save