-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tab completion not working #206
Comments
Same. |
I can confirm that completion for file system structures stopped working. I tried to disable all other plugins that might conflict (e.g. |
I have also confirmed the same issue. My solution was to comment out the line Additionally, I cloned the repository under $ cd ${HOME}/.zi/plugins
$ git clone https://github.com/b4b4r07/enhancd.git
$ git checkout d224672 FYI: environment
|
Downgrading can work as a temporary workaround, but lagging behind forever is actually not a permanent option. I've played around with my configurations and simply deferring the loading of the plugin (I use zplug "b4b4r07/enhancd", use:init.sh, defer:2 |
@svengreb could you share you dotfiles? |
Same issue here. Tried to defer with
but no dice. |
@b4b4r07 I hope you're doing great and apology for directly pinging you but your comment would be highly appreciated. |
I'm also experiencing this. I hadn't updated enhancd in probably years and did so today and found that this is broken. Happy to help troubleshoot this. |
@b4b4r07 I also encountered the same issue. Although I don't understand the cause of why we get
And my zinit,
|
What did you expect to happen?
cd <tab>
should workWhat actually happened?
cd <tab>
does not trigger expansion/autocompletion.Output
cd <TAB>
shows a-
cd M<TAB>
(should suggest some hits like Movies, Music, etc...) shows nothingAdditional context
ls
do expand fine with tab\cd
does expand fine with tabcd
is aliased tocd=__enhancd::cd
unalias cd
"fixes" the issue but well.. that's not the idea :)I did run a
zi update
:The text was updated successfully, but these errors were encountered: