Explorar o código

Add <S-Tab> to go backwards through zsh completion

Weiyi Lou %!s(int64=10) %!d(string=hai) anos
pai
achega
30b1fda115
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      zsh/custom/lib/key-bindings.zsh

+ 3 - 0
zsh/custom/lib/key-bindings.zsh

@@ -62,3 +62,6 @@ fancy-ctrl-z () {
 }
 zle -N fancy-ctrl-z
 bindkey '^Z' fancy-ctrl-z
+
+# <S-Tab> to tab backwards through autocomplete suggestions.
+bindkey '^[[Z' reverse-menu-complete