diff options
| author | Tharre <tharre3@gmail.com> | 2018-09-05 01:58:36 +0200 | 
|---|---|---|
| committer | Tharre <tharre3@gmail.com> | 2018-09-05 01:58:36 +0200 | 
| commit | 20fc4644ab04b4c5131c5c3579af5c38b0a3dc9b (patch) | |
| tree | ee5ab0b6e674414d2f08017327f03f444ee11b4e | |
| parent | 704ad13e3ee607be2d837b9bc250105d85b8c5bf (diff) | |
| download | dotfiles-20fc4644ab04b4c5131c5c3579af5c38b0a3dc9b.tar.gz dotfiles-20fc4644ab04b4c5131c5c3579af5c38b0a3dc9b.tar.xz dotfiles-20fc4644ab04b4c5131c5c3579af5c38b0a3dc9b.zip | |
zsh: make shift-tab autocomplete backwards
| -rw-r--r-- | .zshrc | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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' | 
