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

tmux: modify fzf height abit.

This commit is contained in:
Henrik Hautakoski 2024-09-28 17:24:44 +02:00
parent 78d000a5ef
commit ac2e8b2c13

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