Aloxaf / fzf-tab

Replace zsh's default completion selection menu with fzf!
MIT License
3.28k stars 94 forks source link

[Q] How to have fzf-tab be enabled by default instead of needing to use enable-fzf-tab? #356

Closed himat closed 7 months ago

himat commented 1 year ago

Right now, it seems like I need to run enable-fzf-tab every time I open up a new shell in order for hitting <tab> to show the fzf menu. This is very annoying and inefficient.

Is there a way to have fzf-tab enabled by default all the time?

Context

mark2185 commented 1 year ago

It should be enabled by default, just adding it to the plugins list should be enough.

Try having it as the only plugin and see if it works, it may be conflicting with something else (e.g. zsh-autosuggestions)

KevinLTT commented 5 months ago

Right now, it seems like I need to run enable-fzf-tab every time I open up a new shell in order for hitting <tab> to show the fzf menu. This is very annoying and inefficient.

Is there a way to have fzf-tab enabled by default all the time?

Context

  • I'm using zsh and ohmyzsh.
  • Plugins line in zshrc: plugins=(git colorize autojump aws nvm poetry fzf-tab zsh-autosuggestions zsh-syntax-highlighting)

I encountered the same problem, have you solved it? @himat

himat commented 5 months ago

No, I didn't solve it