This commit is contained in:
Jaroslaw Konik 2025-04-24 11:30:25 +02:00
parent f35aab166b
commit 577afaf7ac
2 changed files with 2 additions and 1 deletions

View file

@ -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'

View file

@ -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