From d0d1ffb9c4b7025b7564f606686d628159cad0e1 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Tue, 14 May 2024 20:16:02 +0530 Subject: tmux.conf: don't rename windows automatically Signed-off-by: Brahmajit Das --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index fb1ea13..c130f18 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -71,3 +71,6 @@ set -g status-style fg='#ffffff' # toggles status bar bind-key -r S set-option -g status + +# don't rename windows automatically +set-option -g allow-rename off -- cgit v1.2.3