diff --git a/tag-tmux/tmux.conf b/tag-tmux/tmux.conf index 1834e7b..d0adcb9 100644 --- a/tag-tmux/tmux.conf +++ b/tag-tmux/tmux.conf @@ -27,6 +27,7 @@ bind -n C-Right resize-pane -R 10 bind -n C-Down resize-pane -D 5 bind -n C-Up resize-pane -U 5 +set-option -g status-left-length 50 set-option -g status-right " #(battery -t) #(date '+%a, %b %d - %H:%M') " bind c new-window -c "#{pane_current_path}"