From a5516e674135b477ebeae27c9eebb443d41a5037 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 27 Sep 2024 17:55:19 +0200 Subject: [PATCH] tmux: change fzf flags --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 66b3b05..fdd0389 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% -m --border=sharp --margin=0" +TMUX_FZF_OPTIONS="-p -w 40% -h 20% --border=sharp --separator='─' --margin=0 --layout=reverse" TMUX_FZF_PREVIEW=0 TMUX_FZF_SWITCH_CURRENT=1