Remove alacritty zoom keys
This commit is contained in:
parent
14daf13a79
commit
3651936440
|
@ -116,4 +116,6 @@ key_bindings:
|
|||
- { key: N, mods: Alt, action: SpawnNewInstance}
|
||||
- { key: K, mods: Command, chars: "\x08k"}
|
||||
# let tmux see C-Space
|
||||
- { key: Space, mods: Control, chars: "\x00" }
|
||||
- { key: Space, mods: Control, chars: "\x00" }
|
||||
- { key: Equals, mods: Control, chars: "+" }
|
||||
- { key: Minus, mods: Control, chars: "-" }
|
||||
|
|
Loading…
Reference in a new issue