1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-11 00:10:08 +00:00

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