Don't exit tmux when closing sessions
This commit is contained in:
parent
01700f67d3
commit
3dd68612c4
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ bind-key l select-pane -R
|
|||
# Skip kill pane %Number% (y/n) prompt
|
||||
bind-key x kill-pane
|
||||
|
||||
# Don't exit from tmux when closing a session
|
||||
set -g detach-on-destroy off
|
||||
|
||||
# Catppuccin settings
|
||||
set -g @catppuccin_flavour 'frappe'
|
||||
set -g @catppuccin_window_left_separator "█"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue