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:
parent
f2c8b970ee
commit
079e7bb5e0
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue