summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-09-05 01:58:36 +0200
committerTharre <tharre3@gmail.com>2018-09-05 01:58:36 +0200
commit20fc4644ab04b4c5131c5c3579af5c38b0a3dc9b (patch)
treeee5ab0b6e674414d2f08017327f03f444ee11b4e
parent704ad13e3ee607be2d837b9bc250105d85b8c5bf (diff)
downloaddotfiles-20fc4644ab04b4c5131c5c3579af5c38b0a3dc9b.tar.gz
dotfiles-20fc4644ab04b4c5131c5c3579af5c38b0a3dc9b.tar.xz
dotfiles-20fc4644ab04b4c5131c5c3579af5c38b0a3dc9b.zip
zsh: make shift-tab autocomplete backwards
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
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'