From 3dd68612c4f0272e0d7ac24ad7ce0a418c87ec8f Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Sun, 22 Oct 2023 11:31:49 +0200 Subject: [PATCH] Don't exit tmux when closing sessions --- .config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 27d0969..91d8b3f 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -49,6 +49,9 @@ bind-key l select-pane -R # Skip kill pane %Number% (y/n) prompt bind-key x kill-pane +# Don't exit from tmux when closing a session +set -g detach-on-destroy off + # Catppuccin settings set -g @catppuccin_flavour 'frappe' set -g @catppuccin_window_left_separator "█"