From 5e0b67b3308e6391da9d7b099700458362fd0fe0 Mon Sep 17 00:00:00 2001 From: Christian Busch Date: Sun, 17 Apr 2016 01:15:16 +0200 Subject: [PATCH] Some changes in tmux status bar --- .tmux.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 73a27bf..c4ca4de 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -18,6 +18,11 @@ bind -n M-Right select-pane -R bind -n M-Up select-pane -U bind -n M-Down select-pane -D +# start windows and panes at 1, not 0, + +set -g base-index 1 +set -g pane-base-index 1 + # Enable mouse mode (tmux 2.1 and above) set -g mouse on @@ -95,8 +100,8 @@ set -g status-position bottom set -g status-bg colour234 set -g status-fg colour137 set -g status-attr dim -set -g status-left '' -set -g status-right '#[fg=colour233,bg=colour241,bold] %d/%m #[fg=colour233,bg=colour245,bold] %H:%M:%S ' +set -g status-left '#[fg=colour233,bg=colour241,bold] #h ' +set -g status-right ' #[fg=colour233,bg=colour245,bold] %H:%M %Y-%m-%d ' set -g status-right-length 50 set -g status-left-length 20