-
Notifications
You must be signed in to change notification settings - Fork 551
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
Interactive mode (space + tab) doesn't appear to be working on macOS #778
Comments
I had also reported this, and think i've found the fix #785 |
Also, have you called
|
Yes, I use
Should I explicitly call this command in my
Do you need any other information? |
Yup. Add this right at the start of your zshrc file: autoload -Uz compinit
compinit |
This has resolved the issue. Thank you very much for the support @ajeetdsouza! |
Same issue here, I just use normal oh my zsh, is it possible to use this SPC TAB trick? May I ask what your shell config is? @ThijmenDam |
@HaskellZhangSong output of
|
Hey guys, same issue with bash on macOS Sonoma 14.7 regards |
These are very likely problems specific to your setup, please create separate issues for these. |
I have trouble getting the interactive mode to work using the space + tab keyboard shortcut.
For instance, consider the command
z <some-dir>
followed by a tab. Instead of going into interactive mode, my terminal shows the files/directories under thez <some-dir>
command as if I had typed thels
command:I have installed
zoxide
andfzf
according to their installation instructions, i.e. my~/.zshrc
file ends with the following two lines:I use a fresh install of macOS 14.4.1.
Does anybody else experience this issue?
The text was updated successfully, but these errors were encountered: