From: Christian Hofstaedtler Date: Thu, 8 Dec 2011 00:10:19 +0000 (+0100) Subject: Remove extra delete-word bindings X-Git-Tag: v0.5.1~1 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=8d787e599d8385301c13c98b37da4f28764c1d5c Remove extra delete-word bindings Trying to get Alt-Del right is just too much trouble. --- 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