Don't exit tmux when closing sessions

This commit is contained in:
CronyAkatsuki 2023-10-22 11:31:49 +02:00
parent 01700f67d3
commit 3dd68612c4

View File

@ -49,6 +49,9 @@ bind-key l select-pane -R
# Skip kill pane %Number% (y/n) prompt # Skip kill pane %Number% (y/n) prompt
bind-key x kill-pane bind-key x kill-pane
# Don't exit from tmux when closing a session
set -g detach-on-destroy off
# Catppuccin settings # Catppuccin settings
set -g @catppuccin_flavour 'frappe' set -g @catppuccin_flavour 'frappe'
set -g @catppuccin_window_left_separator "█" set -g @catppuccin_window_left_separator "█"