Tweak fzf more

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

2
.zshrc
View File

@ -112,6 +112,8 @@ if [[ -f /usr/share/fzf/key-bindings.zsh && -f /usr/share/fzf/completion.zsh ]];
source /usr/share/fzf/completion.zsh
# default is 40%, and that is too much, limit to less lines
FZF_TMUX_HEIGHT=6
# other shortcuts already use reverse, except history search for some reason..
FZF_CTRL_R_OPTS="--reverse"
fi
EDITOR=nvim