diff --git a/.tmux.conf b/.tmux.conf index 9837e71..219caa8 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -5,6 +5,9 @@ set -g base-index 1 set-window-option -g automatic-rename on set-option -g set-titles on +setw -g window-status-current-format '#{pane_current_command}' +setw -g window-status-format '#{pane_current_command}' + set -g default-terminal screen-256color set -g status-keys vi set -g history-limit 10000