Open daniele-orlando opened 8 years ago
I have the same issue. Did you find a solution?
Don't have the issue here using zsh 5.4.2 on Ubuntu 18.04.1. Is it still present in your case?
This is what problem i have yet.As the picture below, the menu is gray... i hope someone can help me work out cause i love this plug :)
Just to revive this, I still have the same issue. Did anyone of you find a solution?
@reedts this fixed for me:
Also my .zshrc
CASE_SENSITIVE="false"
setopt MENU_COMPLETE
setopt no_list_ambiguous
autoload -Uz compinit
compinit
zstyle ':completion:*' menu yes select
@joaomantovani Thanks! Got it working now.
@reedts this fixed for me:
Also my
.zshrc
CASE_SENSITIVE="false" setopt MENU_COMPLETE setopt no_list_ambiguous autoload -Uz compinit compinit zstyle ':completion:*' menu yes select
This didn't fix it for me, anyone else having this issue?
What's the expected behavior:
Enabling zsh-autosuggestions should work with the
zstyle ':completion:*' menu select
. Pressing multiple time tab after a command should highlight the current selection.What's happening instead:
Pressing multiple time tab after a command, a completion is selected in the command line but it is not highlighted in the completion menu.