diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-26 11:14:49 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-26 11:14:49 +0800 |
commit | 579c1fcd53aef1ed4bd523f10bb6e262e61b325d (patch) | |
tree | 4f67b8022c827a574473ae024e28eb18a52034c7 /X11/alacritty | |
parent | 0cc4a179cfed5c2be516186dd134c6d208b7f2a9 (diff) |
Update
Diffstat (limited to 'X11/alacritty')
-rw-r--r-- | X11/alacritty/alacritty.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/X11/alacritty/alacritty.toml b/X11/alacritty/alacritty.toml index bdfd458..04e517c 100644 --- a/X11/alacritty/alacritty.toml +++ b/X11/alacritty/alacritty.toml | |||
@@ -59,6 +59,11 @@ key = "U" | |||
59 | mode = "Vi|~Search" | 59 | mode = "Vi|~Search" |
60 | mods = "Control" | 60 | mods = "Control" |
61 | 61 | ||
62 | [[keyboard.bindings]] | ||
63 | key = "i" | ||
64 | mods = "Alt" | ||
65 | chars = "\U0000001A" | ||
66 | |||
62 | [window] | 67 | [window] |
63 | decorations = "full" | 68 | decorations = "full" |
64 | dynamic_title = true | 69 | dynamic_title = true |