From e8082af9bd6253c5fe2c5c4ea66763ede04ac1d2 Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 3 Apr 2024 14:27:16 +0300 Subject: [PATCH] fix tmux default aliases --- home/user/.config/tmux/aliases.conf | 2 +- home/user/.config/tmux/options.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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