1
0
Fork 0

Revert "alacritty: remove Ctrl-Backspace workaround"

Ctrl-Backspace sends ^H without it. Now it sends Escape-Backspace again.

This reverts commit 243abf1b7f.
This commit is contained in:
tastytea 2022-09-01 03:54:19 +02:00
parent 3709404c1e
commit bd7943dbc4
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ mouse:
hide_when_typing: true
key_bindings:
- { key: Back, mods: Control, chars: "\x1b\x7f" }
- { key: Semicolon, mods: Control|Shift, chars: "\e;" }
- { key: PageUp, mods: Shift, mode: ~Alt, action: ScrollPageUp }
- { key: PageDown, mods: Shift, mode: ~Alt, action: ScrollPageDown }