From 3284ceb6b246857a43bea860370fbbd4411f2e76 Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Thu, 17 Oct 2024 09:19:46 -0700 Subject: [PATCH] add keybind for sesh tmux --- home/dot_tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) 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