Add Alacritty ToggleFullscreen key binding

This commit is contained in:
Kevin Cotugno 2023-02-28 17:01:13 -07:00
parent f5d94f49ec
commit c901187534

View File

@ -147,6 +147,7 @@ schemes:
colors: *gruvbox_material_medium_dark
key_bindings:
- { key: F11, action: ToggleFullscreen }
- { key: A, mods: Alt, chars: "\x1ba" }
- { key: B, mods: Alt, chars: "\x1bb" }
- { key: C, mods: Alt, chars: "\x1bc" }