Fix alacritty keybind

This commit is contained in:
Thomas Avé 2024-01-24 21:44:53 +01:00
parent 8e3d083545
commit 43c73258e5
1 changed files with 5 additions and 0 deletions

View File

@ -56,6 +56,11 @@ key = "E"
mode = "Vi"
mods = "Control"
[[keyboard.bindings]]
key = "F"
mods = "Control|Shift"
action = "ReceiveChar"
[[keyboard.bindings]]
chars = "\u001B[72;6u"
key = "H"