From: Michael Prokop Date: Thu, 10 Nov 2011 13:47:23 +0000 (+0100) Subject: zshrc: fix delete-word keybinding X-Git-Tag: v0.5.0~89 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=262bccc0dff00ed66c8ef92e1a2cfe4e6994d8cb;hp=262bccc0dff00ed66c8ef92e1a2cfe4e6994d8cb;p=grml-etc-core.git zshrc: fix delete-word keybinding bindkey "3~" causes 0.0.3~6.gbp9d3192 to become 0.0.6.gbp9d3192. So instead lets use bindkey '^[[3~' for Modeswitch/Alt ad bindkey '^[[3;3~' for Alt_L. ---