From b4da88eb57021b6aa38c3530ab9accc31a6533af Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 27 Sep 2020 16:51:11 +0200 Subject: [PATCH] tmux status --- .tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 223ea2f..57c9adf 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -54,7 +54,8 @@ bind-key -T copy-mode-vi WheelDownPane select-pane \; send-keys -X -N 1 scroll-d setw -g window-status-format "" setw -g window-status-separator "" set -g status-justify left -set -g status-left " #I " +set -g status-left "" +set -g status-format "#I:#T" set -g status-right "" set -g set-titles on set -g set-titles-string "#H:#T"