X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=23d938afbf8cda06b28e7f5feaf6826aeb224f5b;hb=a77b63c22c335a3e029908dba2406e527ffa3cad;hp=7f2564981594265f69c49ea31c87f1e761cc9e01;hpb=a33ad91f39921a70388b0969774a2aab9491ff44;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 7f25649..23d938a 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1392,6 +1392,7 @@ bind2maps viins vicmd -- Right vi-forward-char bind2maps viins vicmd -- Right vi-forward-char if zrcgotkeymap menuselect; then + #m# k Shift-tab Perform backwards menu completion bind2maps menuselect -- BackTab reverse-menu-complete #k# menu selection: pick item but stay in the menu @@ -1443,13 +1444,6 @@ zrcbindkey "\e[6~" history-beginning-search-forward-end # PageDown #k# Insert Unicode character zrcbindkey '^xi' insert-unicode-char -#m# k Shift-tab Perform backwards menu completion -if [[ -n "$terminfo[kcbt]" ]]; then - zrcbindkey "$terminfo[kcbt]" reverse-menu-complete -elif [[ -n "$terminfo[cbt]" ]]; then # required for GNU screen - zrcbindkey "$terminfo[cbt]" reverse-menu-complete -fi - #k# Toggle abbreviation expansion on/off zrcbindkey '^xA' grml_toggle_abbrev zrcbindkey "^x^h" commit-to-history