zsh: enable tab completion for the whole command

whole-command-tab-completion
bretello 2020-02-27 18:45:28 +01:00
parent 8eaa9fbde9
commit d2a73bfc2b
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ antigen apply
# Enable zsh autocorrection
setopt CORRECT_ALL
# Enable tab completion for the whole command
zstyle ':completion:*' matcher-list 'l:|=* r:|=*'
## Misc environment variables