mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
Fix Alacritty keyboard bindings
This commit is contained in:
@@ -40,5 +40,6 @@ white = "#ffffff"
|
|||||||
[keyboard]
|
[keyboard]
|
||||||
bindings = [
|
bindings = [
|
||||||
{ key = "V", mods = "Control|Shift", action = "Paste" },
|
{ 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" }
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user