Skip to content
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

[BUG] preview directory content always shows 'Loading...' on MacOS #498

Open
3 of 5 tasks
serpro69 opened this issue Dec 12, 2024 · 0 comments
Open
3 of 5 tasks

[BUG] preview directory content always shows 'Loading...' on MacOS #498

serpro69 opened this issue Dec 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@serpro69
Copy link

serpro69 commented Dec 12, 2024

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:

  • I am using the latest version of fzf-tab
  • this is the minimal zshrc which can reproduce this bug
  • fzf-tab is loaded after compinit
  • fzf-tab is loaded after plugins which will wrap Tab, like junegunn/fzf/completion.zsh
  • fzf-tab is loaded before zsh-autosuggestions, zsh-syntax-highlighting and fast-syntax-highlighting.

To Reproduce

  • cd <TAB>

Expected behavior

image

Screenshots

image

Environment:

  • OS: Darwin razorback.local 24.2.0 Darwin Kernel Version 24.2.0
  • zsh version: zsh 5.9 (arm64-apple-darwin24.0)

Minimal zshrc

I have the following line that enables preview on cd completions:

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)"
@serpro69 serpro69 added the bug Something isn't working label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant