summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.tmux.conf3
1 files changed, 3 insertions, 0 deletions
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