diff --git a/roles/tmux/files/tmux.conf b/roles/tmux/files/tmux.conf index 65e4e7e..ad65c05 100644 --- a/roles/tmux/files/tmux.conf +++ b/roles/tmux/files/tmux.conf @@ -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'