From 94354286c12f48f79d8c14983d43d87709ffe094 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:15:57 +1000 Subject: [PATCH] zsh: add fzf-tab --- stow/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stow/.zshrc b/stow/.zshrc index f643f3c..616d421 100644 --- a/stow/.zshrc +++ b/stow/.zshrc @@ -7,6 +7,7 @@ bindkey -e # zstyles zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}' zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}" +zstyle ':completion:*' menu no # hist HISTFILE="$HOME/.local/share/zsh_hist" @@ -63,3 +64,7 @@ func plugInstall() { } plugInstall https://github.com/zsh-users/zsh-syntax-highlighting zsh-syntax-highlighting.zsh +plugInstall https://github.com/Aloxaf/fzf-tab fzf-tab.zsh + +# load fzf +eval "$(fzf --zsh)"