Fix delete key binding for macOS

This commit is contained in:
Joe Wilm 2017-04-18 19:32:23 -07:00 committed by Joe Wilm
parent b169459c99
commit 35f8f152cf
1 changed files with 1 additions and 2 deletions

View File

@ -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
#