From 8d787e599d8385301c13c98b37da4f28764c1d5c Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Thu, 8 Dec 2011 01:10:19 +0100 Subject: [PATCH] Remove extra delete-word bindings Trying to get Alt-Del right is just too much trouble. --- etc/zsh/zshrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 3fa6c5b..58ff6a6 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -638,12 +638,6 @@ bindkey '\e[8~' end-of-somewhere # end bindkey '\e[A' up-line-or-search # cursor up bindkey '\e[B' down-line-or-search # - -## alt-backspace is already the default for backwards-delete-word -## let's also set alt-delete for deleting current word (right of cursor) -#k# Kill right-side word -bindkey '^[[3~' delete-word # Modeswitch -bindkey '^[[3;3~' delete-word # Alt_L - ## use Ctrl-left-arrow and Ctrl-right-arrow for jumping to word-beginnings on the CL bindkey "\e[5C" forward-word bindkey "\e[5D" backward-word -- 2.1.4