aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alacritty.yml3
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
#