From cfad1181887ab731bd1d89d49221c99567e2bb61 Mon Sep 17 00:00:00 2001 From: Noah Date: Thu, 2 Feb 2023 22:22:51 +0800 Subject: [PATCH] update --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 7632e79..2e76830 100644 --- a/tmux.conf +++ b/tmux.conf @@ -22,6 +22,7 @@ set -g mouse off # window set -g window-status-format '#I:#(echo "#T"|cut -d: -f1)#F' set -g window-status-current-format '#I:#(echo "#T"|cut -d: -f1)#F' +set -g window-status-current-style fg=yellow bind s split-window -v bind v split-window -h bind n next-window @@ -33,7 +34,6 @@ bind c new-window #set -g pane-border-status top set -g pane-border-style fg=cyan set -g pane-active-border-style fg=yellow -set -g window-status-current-style fg=yellow bind h select-pane -L bind j select-pane -D bind k select-pane -U