lib: remove CTRL-Backspace key binding altogether

It conflicts with normal Backspace behavior. Fixes #9155
This commit is contained in:
Marc Cornellà 2020-08-06 08:55:29 +02:00
parent f2c8b970ee
commit 079e7bb5e0

View File

@ -89,8 +89,6 @@ else
bindkey -M vicmd "^[3;5~" delete-char
fi
# [Ctrl-Backspace] - delete whole backward-word
bindkey -M emacs '^H' backward-kill-word
# [Ctrl-Delete] - delete whole forward-word
bindkey -M emacs '^[[3;5~' kill-word
bindkey -M viins '^[[3;5~' kill-word