From 68879ddfa5901e6da7d2eee7494b912d220b8132 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Sat, 4 May 2024 15:02:58 +0200 Subject: [PATCH] Add fzf fuzzy finder for zsh shell --- .config/zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 9195c60..0129a20 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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