From 4fcf9cd7282d42387e839ccc329edce4dc32e78b Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Wed, 6 Oct 2010 14:17:03 +0100 Subject: [PATCH] Show host and session name in tmux status line. --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 4e5fda4..8de9f0f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -149,7 +149,7 @@ setw -g window-status-current-bg colour17 setw -g window-status-current-fg white # No border. set -g status-left '' -set -g status-right '' +set -g status-right '#[fg=white,bg=colour8][#H:#S]' # Window flags. setw -g window-status-current-format '[#I.#P#F #W]' setw -g window-status-format ' #I.#P#F #W ' -- 2.20.1