diff --git a/home/dot_tmux.conf b/home/dot_tmux.conf index 32877236..65019929 100644 --- a/home/dot_tmux.conf +++ b/home/dot_tmux.conf @@ -76,6 +76,11 @@ bind-key -T copy-mode-vi y send -X copy-pipe-and-cancel "reattach-to-user-namesp unbind -T copy-mode-vi Enter bind-key -T copy-mode-vi Enter send -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy" +# Sesh keybinds +bind-key b display-popup -E -w 40% "sesh connect \"$( + sesh list -i | fzf --ansi --height 40% --reverse --border-label ' sesh ' --border --prompt '⚡ ' +)\"" + # Status Bar set-option -g status-interval 1 set-option -g status-style bg=black