mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 16:30:59 +02:00
Tweak fzf
This commit is contained in:
parent
5336b24d14
commit
3e465ccd6f
2
.zshrc
2
.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
|
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/key-bindings.zsh
|
||||||
source /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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
EDITOR=nvim
|
EDITOR=nvim
|
||||||
|
Loading…
Reference in New Issue
Block a user