From cb7d47965d13399a091918283ab4ddc85d74232d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 20 Oct 2024 23:52:06 +0100 Subject: [PATCH] chore(zsh/fzf): set height to 100% when tmux is not available --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index dda9c6c..34db4a1 100644 --- a/zshrc +++ b/zshrc @@ -146,7 +146,7 @@ if command-exists fzf; then export FZF_TMUX=1 export FZF_TMUX_OPTS="-p 75%" - export FZF_TMUX_HEIGHT="" + export FZF_TMUX_HEIGHT="100%" cached-eval "$(command-path fzf)" fzf --zsh