fzf-tab icon indicating copy to clipboard operation
fzf-tab copied to clipboard

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

Open himat opened this issue 1 year ago • 1 comments

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)

himat avatar Feb 25 '23 04:02 himat

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)

mark2185 avatar Mar 21 '23 06:03 mark2185

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

KevinLTT avatar Apr 19 '24 15:04 KevinLTT

No, I didn't solve it

himat avatar Apr 23 '24 05:04 himat