From: Frank Terbeck Date: Sun, 17 Mar 2013 15:53:58 +0000 (+0100) Subject: zshrc, keys: Reorganise keyboard setup X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=inline;h=53771baf11d825d6a31cbac333f2bbb3e4277c55;hp=53771baf11d825d6a31cbac333f2bbb3e4277c55;p=grml-etc-core.git zshrc, keys: Reorganise keyboard setup This commit causes zsh to use smkx mode while its line editor (zle) is active. This might break backwards compatibility with older customisations, that rely on binding hardcoded escape sequences to widgets. Doing this is _absolutely_ required to make the values from $terminfo valid. Those might otherwise be wrong and absolutely useless. We do turn off smkx mode again when the line editor is done. So, nothing else should be affected. This commit also reorganises much of the setup, because different aspects were addressed in between one another. Signed-off-by: Frank Terbeck ---