blob: f9d34348584031e30e40662f5e2196d8a9f21c3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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 }
|