Skip to content

Commit

Permalink
zshrc, keys: Reorganise keyboard setup
Browse files Browse the repository at this point in the history
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 <ft@grml.org>
  • Loading branch information
ft committed Mar 17, 2013
1 parent d9c3851 commit 53771ba
Showing 1 changed file with 677 additions and 632 deletions.

0 comments on commit 53771ba

Please sign in to comment.