[UPDATE][VIM] Use globally installed fzf package

This commit is contained in:
Bruno BELANYI 2020-06-20 18:13:28 +02:00
parent b30bbc0a8f
commit 5c1b7ce9ac
4 changed files with 9 additions and 4 deletions

View file

@ -61,4 +61,7 @@ source ~/.profile
source ~/.bash_prompt
# Use fzf for backwards search
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
source /usr/share/fzf/key-bindings.bash
# Enable fzf completion
source /usr/share/fzf/completion.bash