summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index a2bc99b..86822a5 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -9,6 +9,8 @@ set -g base-index 1 # start window numbering with 1
set-option -g history-limit 10000
set-option -g allow-rename on
+set-option -g set-titles on
+set-option -g set-titles-string "#W"
bind-key r source-file ~/.tmux.conf \; display "Config reloaded!"