From 3e465ccd6fb3348332a9b00bee01e87ace8118bf Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Tue, 20 Oct 2020 15:51:36 +0300 Subject: [PATCH] Tweak fzf --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 08b1694..cf802d4 100644 --- a/.zshrc +++ b/.zshrc @@ -110,6 +110,8 @@ alias gitg="LANG=en_US.UTF-8 gitg" if [[ -f /usr/share/fzf/key-bindings.zsh && -f /usr/share/fzf/completion.zsh ]]; then source /usr/share/fzf/key-bindings.zsh source /usr/share/fzf/completion.zsh + # default is 40%, and that is too much, limit to less lines + FZF_TMUX_HEIGHT=6 fi EDITOR=nvim