Tweak fzf

This commit is contained in:
Arti Zirk 2020-10-20 15:51:36 +03:00
parent 5336b24d14
commit 3e465ccd6f
1 changed files with 2 additions and 0 deletions

2
.zshrc
View File

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