commit b4f9a19ca14f2f8f95ff5b3dfc9f7d9d6e871eca parent 490294dcc8a3f941980ad59d948ce0228deb0012 Author: Byron Torres <b@torresjrjr.com> Date: Thu, 18 Feb 2021 04:48:23 +0000 Enable zsh shift-tab completion Diffstat:
M | zsh/.zshrc | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/zsh/.zshrc b/zsh/.zshrc @@ -11,17 +11,19 @@ source "$DOTSHELL/sh/.shrc" ## Settings -unsetopt beep +setopt nobeep +setopt noextendedglob ## Input bindkey -v bindkey "kj" vi-cmd-mode +bindkey '^[[Z' reverse-menu-complete # Shift-Tab completion # case-insensitive completion autoload -U compinit && compinit -zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' # 'r:|[._-]=*' '1:|=* r:|=*' +zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' ## Env