Don't exit tmux when closing sessions
This commit is contained in:
parent
01700f67d3
commit
3dd68612c4
@ -49,6 +49,9 @@ bind-key l select-pane -R
|
|||||||
# Skip kill pane %Number% (y/n) prompt
|
# Skip kill pane %Number% (y/n) prompt
|
||||||
bind-key x kill-pane
|
bind-key x kill-pane
|
||||||
|
|
||||||
|
# Don't exit from tmux when closing a session
|
||||||
|
set -g detach-on-destroy off
|
||||||
|
|
||||||
# Catppuccin settings
|
# Catppuccin settings
|
||||||
set -g @catppuccin_flavour 'frappe'
|
set -g @catppuccin_flavour 'frappe'
|
||||||
set -g @catppuccin_window_left_separator "█"
|
set -g @catppuccin_window_left_separator "█"
|
||||||
|
Loading…
Reference in New Issue
Block a user