Set fzf-tmux command width to 50%

This commit is contained in:
flyingscorpio@clevo 2022-10-01 10:31:41 +02:00
parent ef6585402e
commit 24f68593f0

View file

@ -51,7 +51,7 @@ bind-key -r L resize-pane -R 5
# fuzzy switch to session
unbind-key s
bind-key s run-shell -b "tmux switch-client -t $(tmux list-sessions | awk -F: '{print $1}' | fzf-tmux -w 100 | tr -d '\n')"
bind-key s run-shell -b "tmux switch-client -t $(tmux list-sessions | awk -F: '{print $1}' | fzf-tmux -w 50% | tr -d '\n')"
# plugins
set-option -g @plugin 'tmux-plugins/tpm'