Added Ctrl+Backspace delete word to match other norms

This commit is contained in:
Eric Renfro 2024-03-14 11:43:36 -04:00
parent 03b7a8397e
commit 2c2df906ef
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM

1
.blerc
View file

@ -1,6 +1,7 @@
# blerc # blerc
bind 'set keyseq-timeout 10' bind 'set keyseq-timeout 10'
bind '"\e\C-?": backward-kill-word' bind '"\e\C-?": backward-kill-word'
bind '"\C-h": backward-kill-word'
# ble-0.4+ (edit: 2022-12-04, fix 2023-02-10) # ble-0.4+ (edit: 2022-12-04, fix 2023-02-10)
ble-face auto_complete='fg=242,bg=235' ble-face auto_complete='fg=242,bg=235'