update
This commit is contained in:
parent
f35aab166b
commit
577afaf7ac
2 changed files with 2 additions and 1 deletions
|
|
@ -34,6 +34,6 @@ bind c new-window -c "#{pane_current_path}"
|
||||||
bind % split-window -h -c "#{pane_current_path}"
|
bind % split-window -h -c "#{pane_current_path}"
|
||||||
bind '"' split-window -v -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'
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
|
||||||
|
|
@ -4,5 +4,6 @@ local config = wezterm.config_builder()
|
||||||
config.default_prog = { '/usr/bin/tmux' }
|
config.default_prog = { '/usr/bin/tmux' }
|
||||||
config.color_scheme = 'Kanagawa (Gogh)'
|
config.color_scheme = 'Kanagawa (Gogh)'
|
||||||
config.enable_tab_bar = false
|
config.enable_tab_bar = false
|
||||||
|
config.skip_close_confirmation_for_processes_named = {}
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue