From 577afaf7ac41fb15e02b2d71f37d80c9605ee79d Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Thu, 24 Apr 2025 11:30:25 +0200 Subject: [PATCH] update --- tmux.conf | 2 +- wezterm.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 11f237f..dbcc036 100644 --- a/tmux.conf +++ b/tmux.conf @@ -34,6 +34,6 @@ bind c new-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" bind '"' split-window -v -c "#{pane_current_path}" -set -g detach-on-destroy on +set-option -g destroy-unattached on run '~/.tmux/plugins/tpm/tpm' diff --git a/wezterm.lua b/wezterm.lua index a531377..2d311cd 100644 --- a/wezterm.lua +++ b/wezterm.lua @@ -4,5 +4,6 @@ local config = wezterm.config_builder() config.default_prog = { '/usr/bin/tmux' } config.color_scheme = 'Kanagawa (Gogh)' config.enable_tab_bar = false +config.skip_close_confirmation_for_processes_named = {} return config