mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
parent
7bc1691b0f
commit
b169459c99
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue