1
0
Fork 0

alacritty: remove Ctrl-Backspace workaround

i don't remember why it is there, but it conflicts with zsh bindkey's
vi-mode
This commit is contained in:
tastytea 2022-08-31 22:46:00 +02:00
parent 0ae063c29f
commit 243abf1b7f
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ 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 }