Fix syntax error in alacritty.toml bindings

This commit is contained in:
Barend van der Walt
2025-08-31 20:03:01 +02:00
committed by GitHub
parent d40c1ba454
commit 2666e75666

View File

@@ -17,6 +17,6 @@ opacity = 0.98
[keyboard] [keyboard]
bindings = [ bindings = [
{ key = "F11", action = "ToggleFullscreen" } { key = "F11", action = "ToggleFullscreen" },
{ key = "Insert", mods = "Shift", action = "Paste" } { key = "Insert", mods = "Shift", action = "Paste" }
] ]