From 4f38f632e9bb777796bb5f5ba5bf5fbff7888fa2 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Tue, 8 Dec 2020 16:16:37 -0300 Subject: [PATCH] I freaking hate changing window names --- tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index dd788d9..003ceee 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -17,8 +17,8 @@ set -s escape-time 0 set-option -g status on set-option -g status-style fg=cyan # ,bg=black set-option -g window-status-current-style fg=black,bg=cyan -set-option -g window-status-current-format " #W " -set-option -g window-status-format " #W " +set-option -g window-status-current-format " #I " +set-option -g window-status-format " #I " set-option -g status-right "" set-option -g status-right-length 0 set-option -g status-left ""