From 48174bd1a465b7c243e3861e306321088671a1aa Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 22 May 2019 13:52:53 +0100 Subject: [PATCH] Disable MENU_COMPLETE --- zshrc.zsh | 3 --- 1 file changed, 3 deletions(-) diff --git a/zshrc.zsh b/zshrc.zsh index b16d5ad..3eb61d5 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -91,9 +91,6 @@ zplug load # Completion # ============================================================================== -# Show menu and fix incorrect case immediately with the first tab key press -setopt MENU_COMPLETE - # Enable bash-style completion. autoload -Uz +X compinit && compinit autoload -Uz +X bashcompinit && bashcompinit