Skip to content

Uninstalling other fzf plugins

Patrick edited this page Jan 8, 2023 · 11 revisions

fzf.fish is incompatible with other fzf plugins for fish.

You probably installed it when you ran its installer. Uninstall by running the uninstaller. It may already exist on your system. For example, the homebrew uninstaller is here:

cd (brew --prefix)
/opt/fzf/uninstall

If you can't find the uninstaller on your system, download the source and execute it locally.

Uninstall with fisher remove jethokuan/fzf if you installed using fisher.

Clone this wiki locally