Fix Alacritty keyboard bindings

This commit is contained in:
Fabio Scotto di Santolo
2026-04-28 17:50:02 +02:00
parent c650f54795
commit 59d81a138b

View File

@@ -40,5 +40,6 @@ white = "#ffffff"
[keyboard]
bindings = [
{ key = "V", mods = "Control|Shift", action = "Paste" },
{ key = "C", mods = "Control|Shift", action = "Copy" }
{ key = "C", mods = "Control|Shift", action = "Copy" },
{ key = "Return", mods = "Shift", chars = "\u001B\r" }
]