Fix syntax error in alacritty.toml bindings
This commit is contained in:
@@ -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" }
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user