From 2cc47607df0f0e26fc08ce6c46cda3400e91c522 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Thu, 25 Mar 2021 11:54:17 +0800 Subject: [PATCH] [feature] auto set window title --- cli/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/tmux/tmux.conf b/cli/tmux/tmux.conf index 18b1754..9e6bf25 100644 --- a/cli/tmux/tmux.conf +++ b/cli/tmux/tmux.conf @@ -9,6 +9,8 @@ set -g pane-base-index 1 set-option -g mouse on #set-option -g mouse-select-pane on set-option -g display-time 4000 +set-option -g set-titles on +set-option -g set-titles-string "#S / #W" ############################