Update deprecated hints syntax for alacritty
This commit is contained in:
parent
b3f2ec7469
commit
53d46ff2b5
1 changed files with 11 additions and 12 deletions
|
@ -239,18 +239,17 @@ mouse:
|
||||||
# If this is `true`, the cursor is temporarily hidden when typing.
|
# If this is `true`, the cursor is temporarily hidden when typing.
|
||||||
hide_when_typing: false
|
hide_when_typing: false
|
||||||
|
|
||||||
url:
|
hints:
|
||||||
# URL launcher
|
enabled:
|
||||||
#
|
- regex: "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+"
|
||||||
# This program is executed when clicking on a text which is recognized as a URL.
|
command: xdg-open
|
||||||
# The URL is always added to the command as the last parameter.
|
post_processing: true
|
||||||
launcher: xdg-open
|
mouse:
|
||||||
|
enabled: true
|
||||||
# URL modifiers
|
mods: None
|
||||||
#
|
binding:
|
||||||
# These are the modifiers that need to be held down for opening URLs when clicking
|
key: U
|
||||||
# on them. The available modifiers are documented in the key binding section.
|
mods: Control|Shift
|
||||||
modifiers: Alt
|
|
||||||
|
|
||||||
selection:
|
selection:
|
||||||
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
|
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
|
||||||
|
|
Loading…
Reference in a new issue