Workaround incompatibilities with the keyboard setup of some vendors
authorFrank Terbeck <ft@grml.org>
Fri, 7 Sep 2012 15:59:35 +0000 (17:59 +0200)
committerFrank Terbeck <ft@grml.org>
Fri, 7 Sep 2012 16:09:54 +0000 (18:09 +0200)
commit8564319c233b615c6b2500f166cfdcc0e8d1185c
tree2fc6c7648309e5a846cfa52117e7cee56d549934
parent33098236a1e383685f45ead5ed1af047ee96a036
Workaround incompatibilities with the keyboard setup of some vendors

Some vendors, like Debian (and therefore Ubuntu), enable smkx terminal
mode in the zle-line-init widget and turn it back off in
zle-line-finish.

While that is the right thing to do, because it makes sure the values
from $terminfo are valid. However, we are currently incompatible with
that. And it is a lot of work to get it right for every binding we have,
because we do have some, that are not available in the vast majority of
terminfo entries (like <Ctrl>-<CursorKey>).

Signed-off-by: Frank Terbeck <ft@grml.org>
etc/zsh/zshrc