From a418654fb81fd85ac0ccd1ed609166624f03db3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 10 Apr 2024 16:01:27 +0200 Subject: [PATCH] zsh: Add fzf config --- zsh/zshrc.d/60_keybinds.sh | 3 +++ 1 file changed, 3 insertions(+) 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)"