1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

Fix delete key binding

Resolves jwilm/alacritty#192.
This commit is contained in:
Jan Holthuis 2017-04-07 13:26:40 +02:00 committed by Joe Wilm
parent 7bc1691b0f
commit b169459c99

View file

@ -210,8 +210,7 @@ key_bindings:
- { key: Back, chars: "\x7f" }
- { key: Back, mods: Alt, chars: "\x1b\x7f" }
- { key: Insert, chars: "\x1b[2~" }
- { key: Delete, chars: "\x1b[3~", mode: AppKeypad }
- { key: Delete, chars: "\x1b[P", mode: ~AppKeypad }
- { key: Delete, chars: "\x1b[3~" }
# Mouse bindings
#