mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 00:10:59 +02:00
Tweak fzf more
This commit is contained in:
parent
3e465ccd6f
commit
d85b83e44b
2
.zshrc
2
.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
|
||||
|
Loading…
Reference in New Issue
Block a user