zsh: Add fzf config

This commit is contained in:
2024-04-10 16:01:27 +02:00
parent f9757b58aa
commit a418654fb8

View File

@@ -24,3 +24,6 @@ bindkey "\e[H" beginning-of-line
bindkey "\e[F" end-of-line bindkey "\e[F" end-of-line
# completion in the middle of a line # completion in the middle of a line
bindkey '^i' expand-or-complete-prefix bindkey '^i' expand-or-complete-prefix
export FZF_DEFAULT_OPTS='--height 50% --border'
eval "$(fzf --zsh)"