diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/alacritty.yml b/alacritty.yml index 511a10d6..fcd46dfb 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -237,11 +237,7 @@ # foreground: '#ffffff' # background: '#000000' - #bar: - # background: '#c5c8c6' - # foreground: '#1d1f21' - - # Keyboard regex hints + # Keyboard hints #hints: # First character in the hint label # @@ -269,6 +265,15 @@ # foreground: None # background: None + # Footer bar + # + # Color used for the footer bar on the bottom, used by search regex input, + # hyperlink URI preview, etc. + # + #footer_bar: + # background: '#c5c8c6' + # foreground: '#1d1f21' + # Selection colors # # Colors which should be used to draw the selection area. @@ -467,18 +472,22 @@ # If this is `true`, the cursor is temporarily hidden when typing. #hide_when_typing: false -# Regex hints +# Hints # -# Terminal hints can be used to find text in the visible part of the terminal -# and pipe it to other applications. +# Terminal hints can be used to find text or hyperlink in the visible part of +# the terminal and pipe it to other applications. #hints: # Keys used for the hint labels. #alphabet: "jfkdls;ahgurieowpq" # List with all available hints # - # Each hint must have a `regex` and either an `action` or a `command` field. - # The fields `mouse`, `binding` and `post_processing` are optional. + # Each hint must have any of `regex` or `hyperlinks` field and either an + # `action` or a `command` field. The fields `mouse`, `binding` and + # `post_processing` are optional. + # + # The `hyperlinks` option will cause OSC 8 escape sequence hyperlinks to be + # highlighted. # # The fields `command`, `binding.key`, `binding.mods`, `binding.mode` and # `mouse.mods` accept the same values as they do in the `key_bindings` section. @@ -488,7 +497,8 @@ # # If the `post_processing` field is set to `true`, heuristics will be used to # shorten the match if there are characters likely not to be part of the hint - # (e.g. a trailing `.`). This is most useful for URIs. + # (e.g. a trailing `.`). This is most useful for URIs and applies only to + # `regex` matches. # # Values for `action`: # - Copy @@ -502,6 +512,7 @@ #enabled: # - regex: "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\ # [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+" + # hyperlinks: true # command: xdg-open # post_processing: true # mouse: |