blob: 7ab36d520151d18b418433d389a6a965cd490082 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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 }
# Workaround:
# Alacritty v0.11.0-rc1 or later emits Yen symbol when you type Yen key
# even if you set "backslash" to "a character by Yen key".
# See also: https://github.com/rust-windowing/winit/issues/2577
- { key: Yen, chars: "\x5c" }
|