Skip to content

Interactive mode (space + tab) doesn't appear to be working on macOS #778

@ThijmenDam

Description

@ThijmenDam

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:

eval "$(fzf --zsh)"
eval "$(zoxide init zsh)"

I use a fresh install of macOS 14.4.1.

Does anybody else experience this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions