From 20fc4644ab04b4c5131c5c3579af5c38b0a3dc9b Mon Sep 17 00:00:00 2001 From: Tharre Date: Wed, 5 Sep 2018 01:58:36 +0200 Subject: zsh: make shift-tab autocomplete backwards --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 8c5c92e..1b9ce1c 100644 --- a/.zshrc +++ b/.zshrc @@ -41,6 +41,7 @@ setopt share_history ## completion zmodload zsh/complist bindkey -M menuselect '^o' accept-and-infer-next-history # TODO: +bindkey -M menuselect '^[[Z' reverse-menu-complete zstyle ':completion:*' menu select zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|=*' 'l:|=* r:|=*' zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01' -- cgit v1.2.3-70-g09d2