From 201e9b7d84464c9a57df339eda1e05774b1fc133 Mon Sep 17 00:00:00 2001 From: talksik Date: Fri, 25 Aug 2023 07:39:35 -0700 Subject: [PATCH] no window number --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) 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