diff --git a/config/alacritty/alacritty.yml b/config/alacritty/alacritty.yml index f942103..fa9634d 100644 --- a/config/alacritty/alacritty.yml +++ b/config/alacritty/alacritty.yml @@ -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