]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - runcoms/zshrc
Add fzf autocomplete in ubuntu
[rbdr/dotfiles] / runcoms / zshrc
index a18511b1f7bfa41b5877de6dcca220b9df615855..ea7d5227d96354ffe4ea716edbf95f281410e63c 100644 (file)
@@ -51,6 +51,8 @@ export GPG_TTY=$(tty)
 
 # FZF Config
 [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
+[ -f /usr/share/doc/fzf/examples/key-bindings.zsh ] && source /usr/share/doc/fzf/examples/key-bindings.zsh
+[ -f /usr/share/doc/fzf/examples/completion.zsh ] && source /usr/share/doc/fzf/examples/completion.zsh
 
 export FZF_DEFAULT_COMMAND='/usr/bin/env rg --color never --files --hidden -g \!.git'
 export FZF_DEFAULT_OPTS='--preview ''bat --style=numbers --color=always {} | head -500'''