zsh: add fzf-tab

This commit is contained in:
Nico 2025-05-03 16:15:57 +10:00
parent ff5d4eeb1d
commit 94354286c1

View file

@ -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)"