diff --git a/dotfiles/.tmux.conf b/dotfiles/.tmux.conf index e53dba3..c3ee646 100644 --- a/dotfiles/.tmux.conf +++ b/dotfiles/.tmux.conf @@ -37,7 +37,8 @@ set-option -g pane-active-border-style "bg=#33dd44 fg=#ffffff" bind space display "Fuck!" set-option -g set-titles on set-option -g set-titles-string "#S / #W" -set -g status-right "#H %H:%M:%S %Y-%m-%d %Z" +# set -g status-right "#H %H:%M:%S %Y-%m-%d %Z" +set -g status-right "#{=-16:pane_current_path} #{pane_index} #H %H:%M:%S %Y-%m-%d %Z" set -g status-interval 1 -set -g status-right-length 60 +set -g status-right-length 64 set -g mouse on