fix(sesh): prevent stopping the tmux process

This commit is contained in:
Stefan Imhoff
2024-08-23 14:53:00 +02:00
parent 61920acab0
commit ec54e2cecb

View File

@@ -137,7 +137,7 @@ bind-key "T" run-shell "sesh connect \"$(
--bind 'ctrl-x:change-prompt(📁 )+reload(sesh list -z)' \ --bind 'ctrl-x:change-prompt(📁 )+reload(sesh list -z)' \
--bind 'ctrl-f:change-prompt(🔎 )+reload(fd -H -d 2 -t d -E .Trash . ~)' \ --bind 'ctrl-f:change-prompt(🔎 )+reload(fd -H -d 2 -t d -E .Trash . ~)' \
--bind 'ctrl-d:execute(tmux kill-session -t {})+change-prompt(⚡ )+reload(sesh list)' --bind 'ctrl-d:execute(tmux kill-session -t {})+change-prompt(⚡ )+reload(sesh list)'
)\"" )\" > /dev/null 2>&1"
# *** *** Plugins *** *** # *** *** Plugins *** ***