[Git-commits] [grml/grml-etc-core] 262bcc: zshrc: fix delete-word keybinding
Michael Prokop
mika at grml.org
Tue Dec 6 12:12:52 CET 2011
Branch: refs/heads/master
Home: https://github.com/grml/grml-etc-core
Commit: 262bccc0dff00ed66c8ef92e1a2cfe4e6994d8cb
https://github.com/grml/grml-etc-core/commit/262bccc0dff00ed66c8ef92e1a2cfe4e6994d8cb
Author: Michael Prokop <mika at grml.org>
Date: 2011-12-06 (Tue, 06 Dec 2011)
Changed paths:
M etc/zsh/zshrc
Log Message:
-----------
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.
More information about the Git-commits
mailing list