1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

tmux: change fzf flags

This commit is contained in:
Henrik Hautakoski 2024-09-27 17:55:19 +02:00
parent 7f2b412279
commit a5516e6741

View file

@ -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