File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -1392,6 +1392,7 @@ bind2maps viins vicmd -- Right vi-forward-char
13921392bind2maps viins vicmd -- Right vi-forward-char
13931393
13941394if zrcgotkeymap menuselect; then
1395+ # m# k Shift-tab Perform backwards menu completion
13951396 bind2maps menuselect -- BackTab reverse-menu-complete
13961397
13971398 # k# menu selection: pick item but stay in the menu
@@ -1443,13 +1444,6 @@ zrcbindkey "\e[6~" history-beginning-search-forward-end # PageDown
14431444# k# Insert Unicode character
14441445zrcbindkey ' ^xi' insert-unicode-char
14451446
1446- # m# k Shift-tab Perform backwards menu completion
1447- if [[ -n " $terminfo [kcbt]" ]]; then
1448- zrcbindkey " $terminfo [kcbt]" reverse-menu-complete
1449- elif [[ -n " $terminfo [cbt]" ]]; then # required for GNU screen
1450- zrcbindkey " $terminfo [cbt]" reverse-menu-complete
1451- fi
1452-
14531447# k# Toggle abbreviation expansion on/off
14541448zrcbindkey ' ^xA' grml_toggle_abbrev
14551449zrcbindkey " ^x^h" commit-to-history
You can’t perform that action at this time.
0 commit comments