blob: b5f7359db54fbf45a3e7a531ffe3156430aeafe1 (
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: open
post_processing: true
mouse:
enabled: true
mods: None
binding:
key: U
mods: Command
key_bindings:
- { key: Key0, mods: Command, action: ResetFontSize }
- { key: Key1, mods: Command, action: IncreaseFontSize }
- { key: Key2, mods: Command, action: DecreaseFontSize }
|