diff options
author | Jan Holthuis <jan.holthuis@ruhr-uni-bochum.de> | 2017-04-07 13:26:40 +0200 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-04-18 19:33:23 -0700 |
commit | b169459c991f4ac92d4be2ec5aeb846457157818 (patch) | |
tree | ad65788d8177633ef1e4d0fd79a662f44b299034 /alacritty.yml | |
parent | 7bc1691b0f592aeb0ccbe8f9c98cfabf5c6bbca4 (diff) | |
download | alacritty-b169459c991f4ac92d4be2ec5aeb846457157818.tar.gz alacritty-b169459c991f4ac92d4be2ec5aeb846457157818.zip |
Fix delete key binding
Resolves jwilm/alacritty#192.
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/alacritty.yml b/alacritty.yml index 7e6e4b36..1101f215 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -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 # |