From 24f68593f0d7b8b033be048b3cd1639e5c0bb8c4 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Sat, 1 Oct 2022 10:31:41 +0200 Subject: [PATCH] Set fzf-tmux command width to 50% --- roles/tmux/files/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'