aboutsummaryrefslogtreecommitdiffhomepage
path: root/.config/alacritty/alacritty.linux.yml
blob: 17473fd677eae0c62deabe8ec532c2fc5347c937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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

key_bindings:
  - { key: Key0, mods: Control, action: ResetFontSize    }
  - { key: Key1, mods: Control, action: IncreaseFontSize }
  - { key: Key2, mods: Control, action: DecreaseFontSize }

font:
  normal:
    family: monospace