diff --git a/zsh/zshrc.d/60_keybinds.sh b/zsh/zshrc.d/60_keybinds.sh index d14d8dd..15bba84 100644 --- a/zsh/zshrc.d/60_keybinds.sh +++ b/zsh/zshrc.d/60_keybinds.sh @@ -24,3 +24,6 @@ bindkey "\e[H" beginning-of-line bindkey "\e[F" end-of-line # completion in the middle of a line bindkey '^i' expand-or-complete-prefix + +export FZF_DEFAULT_OPTS='--height 50% --border' +eval "$(fzf --zsh)"