Fix tmux client-switching command

This commit is contained in:
flyingscorpio@clevo 2022-11-19 09:50:40 +01:00
parent 856fad6c9a
commit 2c5685afaf

View file

@ -53,4 +53,4 @@ 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 $2}' | fzf-tmux -p | tr -d '\n')"
bind-key s run-shell -b "tmux switch-client -t $(tmux list-sessions | awk -F: '{print $1}' | fzf-tmux -p | tr -d '\n')"