Remove alacritty zoom keys

This commit is contained in:
Akemi Izuko 2022-10-11 18:32:44 -06:00
parent a47a04fbd6
commit 91e50bf3d8
No known key found for this signature in database
GPG key ID: 905D444F6A5E4BE4

View file

@ -117,3 +117,5 @@ key_bindings:
- { key: K, mods: Command, chars: "\x08k"}
# let tmux see C-Space
- { key: Space, mods: Control, chars: "\x00" }
- { key: Equals, mods: Control, chars: "+" }
- { key: Minus, mods: Control, chars: "-" }