소스 검색

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

Weiyi Lou 10 년 전
부모
커밋
30b1fda115
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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