[UPDATE][VIM] Use globally installed fzf package
This commit is contained in:
parent
b30bbc0a8f
commit
5c1b7ce9ac
4 changed files with 9 additions and 4 deletions
|
|
@ -112,4 +112,7 @@ source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.
|
|||
source ~/.zsh_prompt
|
||||
|
||||
# Use fzf for backwards search
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
source /usr/share/fzf/key-bindings.zsh
|
||||
|
||||
# Enable completions for fzf
|
||||
source /usr/share/fzf/completion.zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue