Use hints section in alacritty config for url bits
This commit is contained in:
parent
c46dc86427
commit
91d23490df
@ -70,8 +70,18 @@ mouse:
|
|||||||
triple_click:
|
triple_click:
|
||||||
threshold: 300
|
threshold: 300
|
||||||
hide_when_typing: false
|
hide_when_typing: false
|
||||||
url:
|
hints:
|
||||||
modifiers: None
|
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:
|
selection:
|
||||||
semantic_escape_chars: ',│`|:"'' ()[]{}<>'
|
semantic_escape_chars: ',│`|:"'' ()[]{}<>'
|
||||||
save_to_clipboard: false
|
save_to_clipboard: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user