From 6ca69487235f06d90eb490f5f01df5cece6d5fd1 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 28 Mar 2020 12:41:28 +1300 Subject: [PATCH] enable pane title setting --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index c503724..534cbeb 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -11,6 +11,9 @@ set-option -g status-fg white set-option -g aggressive-resize on +set-option -g set-titles on +set-option -g set-titles-string "#{pane_title}" + set-option -g remain-on-exit on bind-key -T root '{' kill-pane -- 2.39.2