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