From ec54e2cecbf0395658765dd4690403eb0c011941 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 23 Aug 2024 14:53:00 +0200 Subject: [PATCH] fix(sesh): prevent stopping the tmux process --- config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index fae0336..7ecfec1 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -137,7 +137,7 @@ bind-key "T" run-shell "sesh connect \"$( --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-d:execute(tmux kill-session -t {})+change-prompt(⚡ )+reload(sesh list)' -)\"" +)\" > /dev/null 2>&1" # *** *** Plugins *** ***