alacritty: Switch to new hint section for 0.8.0
This commit is contained in:
parent
7f75319f22
commit
20f1c2f448
@ -37,7 +37,19 @@ colors:
|
|||||||
|
|
||||||
mouse:
|
mouse:
|
||||||
hide_when_typing: true
|
hide_when_typing: true
|
||||||
url: { modifiers: Control|Shift }
|
|
||||||
|
hints:
|
||||||
|
enabled:
|
||||||
|
- regex: "(magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\
|
||||||
|
[^\x00-\x1F\x7F-\x9F<>\"\\s{-}\\^⟨⟩`]+"
|
||||||
|
command: xdg-open
|
||||||
|
post_processing: true
|
||||||
|
mouse:
|
||||||
|
enabled: true
|
||||||
|
mods: Control|Shift
|
||||||
|
binding:
|
||||||
|
key: U
|
||||||
|
mods: Control|Shift
|
||||||
|
|
||||||
key_bindings:
|
key_bindings:
|
||||||
# Copy/Paste
|
# Copy/Paste
|
||||||
|
Loading…
Reference in New Issue
Block a user