From 81cb9801f4976e3071a23a39e8a27f19a23f8b3c Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Thu, 21 Nov 2019 10:03:08 -0500 Subject: [PATCH] partial-word completion --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 1e38f59..fc87b9d 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -18,7 +18,7 @@ zstyle ":completion:*" glob 1 zstyle ":completion:*" insert-unambiguous true zstyle ':completion:*' menu select zstyle ':completion:*' rehash true -zstyle ':completion:*' matcher-list 'r:|[._-]=* r:|=*' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' +zstyle ':completion:*' matcher-list 'r:|[._-]=* r:|=*' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' 'l:|=* r:|=*' zstyle ":completion:*" substitute 1 autoload -Uz up-line-or-beginning-search down-line-or-beginning-search