zshrc: fix delete-word keybinding
authorMichael Prokop <mika@grml.org>
Thu, 10 Nov 2011 13:47:23 +0000 (14:47 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Tue, 6 Dec 2011 11:12:24 +0000 (12:12 +0100)
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.


No differences found