diff --git a/home/user/.config/tmux/aliases.conf b/home/user/.config/tmux/aliases.conf index 43d37ee..10b7a5e 100644 --- a/home/user/.config/tmux/aliases.conf +++ b/home/user/.config/tmux/aliases.conf @@ -1,3 +1,3 @@ # vim: ft=tmux -set -g command-alias kill='kill-session -t' \ No newline at end of file +set -g command-alias[100] kill='kill-session -t' \ No newline at end of file diff --git a/home/user/.config/tmux/options.conf b/home/user/.config/tmux/options.conf index 959c183..1d7af17 100644 --- a/home/user/.config/tmux/options.conf +++ b/home/user/.config/tmux/options.conf @@ -1,6 +1,7 @@ # vim: ft=tmux set -s exit-unattached off # Server will not exit if no attached clients +set -s exit-empty off # Server will not exit if no sessions set -g mouse on # Enable mouse support