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
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 the z <some-dir> command as if I had typed the ls command:
z <some-dir>
dir1 dir2 dir3
I have installed zoxide and fzf according to their installation instructions, i.e. my ~/.zshrc file ends with the following two lines: