summaryrefslogtreecommitdiffstats
path: root/alacritty_macos.yml
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2017-04-18 19:32:23 -0700
committerJoe Wilm <jwilm@users.noreply.github.com>2017-04-18 19:33:23 -0700
commit35f8f152cf80526155fdba8676758eea25202d28 (patch)
tree9e5ab960c9f59daf19a78757b17042f023a80015 /alacritty_macos.yml
parentb169459c991f4ac92d4be2ec5aeb846457157818 (diff)
Fix delete key binding for macOS
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r--alacritty_macos.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml
index de3eb51e..318b2b6f 100644
--- a/alacritty_macos.yml
+++ b/alacritty_macos.yml
@@ -204,8 +204,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
#