We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See screenshots below. I have the same config on Linux and Mac, and it works fine on Linux (see expected behavior screen), but does not on a Mac
I can make sure:
compinit
cd <TAB>
Darwin razorback.local 24.2.0 Darwin Kernel Version 24.2.0
zsh 5.9 (arm64-apple-darwin24.0)
I have the following line that enables preview on cd completions:
cd
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'eza --icons=always --width=1 --color=always $realpath'
Plus the following that enables tmux popup (though the behavior is the same with or w/o the tmux popup)
zstyle ':fzf-tab:*' fzf-command ftb-tmux-popup zstyle ':fzf-tab:*' popup-min-size 80 16
Plugins:
CONFIG_ZSH_PLUGINS="(colored-man-pages colorize copybuffer dircycle docker-compose dotenv extract fast-syntax-highlighting fnm gcloud gh git git-extras github gitignore git-prompt grc history-substring-search kubectl mise npm rust sublime sudo terraform web-search yarn z zsh-autosuggestions zsh-vi-mode spaceship-tfb-section spaceship-plb-section fzf-tab ssh-agent)"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
See screenshots below.
I have the same config on Linux and Mac, and it works fine on Linux (see expected behavior screen), but does not on a Mac
I can make sure:
compinit
To Reproduce
cd <TAB>
Expected behavior
Screenshots
Environment:
Darwin razorback.local 24.2.0 Darwin Kernel Version 24.2.0
zsh 5.9 (arm64-apple-darwin24.0)
Minimal zshrc
I have the following line that enables preview on
cd
completions:Plus the following that enables tmux popup (though the behavior is the same with or w/o the tmux popup)
Plugins:
The text was updated successfully, but these errors were encountered: