Add default Alt+Backspace keybinding

Resolves #315.
This commit is contained in:
Joe Wilm 2017-02-13 10:05:31 -08:00
parent 18ab8bda9e
commit 24c32dc400
2 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,7 @@ key_bindings:
- { key: F11, chars: "\x1b[23~" }
- { key: F12, chars: "\x1b[24~" }
- { 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 }

View File

@ -190,6 +190,7 @@ key_bindings:
- { key: F11, chars: "\x1b[23~" }
- { key: F12, chars: "\x1b[24~" }
- { 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 }