add delete command

This commit is contained in:
DeveloperDurp 2025-04-02 17:41:37 -05:00
parent a91f52ae24
commit e2442586b6

View file

@ -81,6 +81,12 @@ bind C-s display-popup -E "\
fzf --reverse --header jump-to-session --preview 'tmux capture-pane -pt {}' \
--bind 'enter:execute(tmux switch-client -t {})+accept'"
bind C-d display-popup -E "\
tmux list-sessions -F '#{?session_attached,,#{session_name}}' |\
sed '/^$/d' |\
fzf --reverse --header 'Delete Session' --preview 'tmux capture-pane -pt {}' \
--bind 'enter:execute(tmux kill-session -t {})+accept'"
bind g display-popup -E "lazygit"
run '~/.tmux/plugins/tpm/tpm'