From fcf758d64a1380c63b31e15242f6472a1d621a55 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 10 Feb 2016 02:38:19 +0300 Subject: [PATCH] .tmux.conf: simplify captions Remove window name from titles. Remove window title from the right status string, --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index b597490..260087c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -39,7 +39,7 @@ set-window-option -g clock-mode-colour black # Attempt to set the client terminal title set-option -g set-titles on # Terminal emulator window title -set-option -g set-titles-string 'tmux #S.#I.#P #W #T' # session, window number, pane number, window name, title +set-option -g set-titles-string 'tmux #S.#I.#P #T' # session, window number, pane number, title set-option -g message-bg black set-option -g message-fg white @@ -69,7 +69,7 @@ set-option -g status-left '[#S.#I.#P]' # set-option -g status-interval 5 # set-option -g status-right '%H:%M' -set-option -g status-right '#T' +set-option -g status-right '' # Increase scrollback lines set-option -g history-limit 1000 -- 2.39.2