From de2264e6c0eaffef58457eb0be9b6435bf1552eb Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Fri, 20 Aug 2021 18:33:33 -0500 Subject: tmux: improve bar format --- tmux/.tmux.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tmux') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 863727c..1f73def 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,2 +1,11 @@ set -g default-terminal "screen-256color" set -g escape-time 0 + +# Begin numbering from 1 +set -g base-index 1 +setw -g pane-base-index 1 + +# Window status format +set-window-option -g window-status-format " #I: #W " +set-window-option -g window-status-current-format " #I: #W " +set-window-option -g window-status-current-style fg=green,bg=black -- cgit v1.2.3