aboutsummaryrefslogtreecommitdiffhomepage
path: root/.config/alacritty/alacritty.linux.yml
blob: cf705848749f90603d284ca4fb4c1d8ded34c641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
hints:
  alphabet: "asdfghjkl;"
  enabled:
    # The last 5 characters that are excluded from URL letters are my 'listchars' settings in Vim/Neovim.
    - regex: "(https:|http:|file:)\
              [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`\u00AC\u25B8\u00B7\u00BB\u00AB]+"
      command: xdg-open
      post_processing: true
      mouse:
        enabled: true
        mods: None
      binding:
        key: U
        mods: Control|Shift