fzf-zsh-plugin icon indicating copy to clipboard operation
fzf-zsh-plugin copied to clipboard

ZSH plugin to enable fzf searches of a lot more stuff - docker, tmux, homebrew and more.

Results 5 fzf-zsh-plugin issues
Sort by recently updated
recently updated
newest added

I am using `oh-my-zsh` for managing my zsh configuration. I installed `fzf-zsh-plugin` via [these](http://ohmyz.sh/) instructions.I have just installed Ubuntu:20.04.3 LTS. I went through [this](https://github.com/junegunn/fzf/issues/1304) issue. but my `~/.zshrc` contains this...

As an ASDF user, I prefer to install all my tooling through `asdf`. This plugin looks for `fzf` in a [hardcoded location](https://github.com/unixorn/fzf-zsh-plugin/blob/main/fzf-settings.zsh#L13) (`~/.fzf`) which causes a duplicate installation of fzf.

enhancement
help wanted
good first issue

I have already installed fzf through package manager, but fzf-zsh-plugin still clones the repo and add to $path. More seriously, it cause the problem seen in https://github.com/junegunn/fzf/issues/3603 , `--reverse` and...

Per https://github.com/unixorn/zsh-quickstart-kit/issues/177, it looks like you can't enable both oh-my-zsh's fzf plugin and this one. Figure out a clean way to determine that the omz plugin is loaded and either...

This is more of a community question than a bug report. I really like the default fzf zsh integration. CTRL+R is amazing, and saves me so much time. However, I...