From c9d6df5d6652e24a07d3a5fac558e6f746b1363f Mon Sep 17 00:00:00 2001 From: Tharre Date: Wed, 9 May 2018 03:07:54 +0200 Subject: tmux: set terminal title to window title --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) 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!" -- cgit v1.2.3-70-g09d2