add keybind for sesh tmux

This commit is contained in:
Tyler Starr 2024-10-17 09:19:46 -07:00
parent e3dd8d67d2
commit 3284ceb6b2

View File

@ -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