-
Notifications
You must be signed in to change notification settings - Fork 83
Uninstalling other fzf plugins
Patrick Fong edited this page May 25, 2023
·
11 revisions
fzf.fish
is incompatible with other fzf plugins for fish.
Check if you installed it:
bind | grep -e fzf-history-widget -e fzf-file-widget
If there is one or more matches, you probably installed it when you ran its installer. Uninstall by running its uninstaller. The uninstaller may already be 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.
Uninstall with fisher remove usami-k/search-history
if you installed using fisher.