From 079e7bb5e0a79171f3356d55d3f6302a82645a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Thu, 6 Aug 2020 08:55:29 +0200 Subject: [PATCH] lib: remove CTRL-Backspace key binding altogether It conflicts with normal Backspace behavior. Fixes #9155 --- lib/key-bindings.zsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/key-bindings.zsh b/lib/key-bindings.zsh index 4916034b3ef8..aaa73046ea1a 100644 --- a/lib/key-bindings.zsh +++ b/lib/key-bindings.zsh @@ -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