From d85b83e44b38d70c770e06aece35ef3240343a0c Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Tue, 20 Oct 2020 15:57:46 +0300 Subject: [PATCH] Tweak fzf more --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index cf802d4..0b7e1f9 100644 --- a/.zshrc +++ b/.zshrc @@ -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