From ac2e8b2c13bf128fc748433d3c7d81bd1ee0f7e2 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 28 Sep 2024 17:24:44 +0200 Subject: [PATCH] tmux: modify fzf height abit. --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 6a2bd22..b0dc751 100644 --- a/tmux.conf +++ b/tmux.conf @@ -30,7 +30,7 @@ setw -g window-status-current-format ' #I #W ' setw -g window-status-separator '' # tmux fzf plugin -TMUX_FZF_OPTIONS="-p -w 40% -h 20% --border=sharp --separator='─' --margin=0 --layout=reverse" +TMUX_FZF_OPTIONS="-p -w 40% -h 40% --border=sharp --separator='─' --margin=0 --layout=reverse" TMUX_FZF_PREVIEW=0 TMUX_FZF_SWITCH_CURRENT=1