From: martin f. krafft Date: Fri, 27 Mar 2020 23:41:28 +0000 (+1300) Subject: enable pane title setting X-Git-Url: https://git.madduck.net/etc/tmux.git/commitdiff_plain/6ca69487235f06d90eb490f5f01df5cece6d5fd1 enable pane title setting --- 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