Skip to content

Commit

Permalink
lib: remove CTRL-Backspace key binding altogether
Browse files Browse the repository at this point in the history
It conflicts with normal Backspace behavior. Fixes ohmyzsh#9155
  • Loading branch information
mcornella committed Aug 6, 2020
1 parent f2c8b97 commit 079e7bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/key-bindings.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 079e7bb

Please sign in to comment.