X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=335d71e18ea9ea5c08d5841510da096c2361da87;hp=e475070f74c55d4431f8a85adb5c3f4761544f9a;hb=81427a707f5fafbbb018611812bd785e001f932f;hpb=8ffa1f82bf25df49849d2add862b8f360252f636 diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index e475070..335d71e 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1342,9 +1342,11 @@ function bind2maps () { if (( ${+terminfo[smkx]} )) && (( ${+terminfo[rmkx]} )); then function zle-smkx () { + emulate -L zsh printf '%s' ${terminfo[smkx]} } function zle-rmkx () { + emulate -L zsh printf '%s' ${terminfo[rmkx]} } function zle-line-init () {