mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
lib: remove CTRL-Backspace key binding altogether
It conflicts with normal Backspace behavior. Fixes #9155
This commit is contained in:
parent
f2c8b970ee
commit
079e7bb5e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user