You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question
When I do cd <TAB> in my zsh, I get just the normal zsh menuselect preview of the current folder. Only when I do cd ..<CR> or cd -<CR>, I get a fuzzy search, but for the latter only on already visited folders. I'm using zinit as plugin manager and my zinit config for enhancd looks like the following:
Question
When I do
cd <TAB>
in my zsh, I get just the normal zsh menuselect preview of the current folder. Only when I docd ..<CR>
orcd -<CR>
, I get a fuzzy search, but for the latter only on already visited folders. I'm using zinit as plugin manager and my zinit config for enhancd looks like the following:I also use vi-mode in zsh. But when I switch to emacs-mode with set -o emacs, the behavior is the same as described above.
The text was updated successfully, but these errors were encountered: