mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Fix syntax error in alacritty.toml bindings
This commit is contained in:
committed by
GitHub
parent
d40c1ba454
commit
2666e75666
@@ -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