Add fzf fuzzy finder for zsh shell

This commit is contained in:
2024-05-04 15:02:58 +02:00
parent e86cf0a6a3
commit 68879ddfa5

View File

@@ -72,5 +72,8 @@ bindkey -v '^R' history-incremental-search-backward
source $HOME/.config/zsh/themes/dracula.zsh
# End theme section
# Set up fzf key bindings and fuzzy completion
eval "$(fzf --zsh)"
# Zsh syntax highlighting
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh