diff options
Diffstat (limited to '')
| -rw-r--r-- | zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ setopt append_history setopt hist_ignore_space setopt share_history +setopt auto_menu # show completion menu on successive tab press +setopt complete_in_word +setopt always_to_end + zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*' autoload -U select-word-style |
