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