From 8dad8d391b9feafb382e8b6bd7f91231d8263838 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Wed, 15 Apr 2026 22:43:20 +0800 Subject: [PATCH] feat: disallow renaming tmux tab. --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 6416288..ee61110 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -8,6 +8,7 @@ unbind-key -T root M-Right # bind-key -n C-Enter send-keys "\e[13;5u" # +set-option -g allow-rename off set-option -g status-bg colour27 set-option -g status-fg white set-option -g window-status-current-style bg=colour28