This commit is contained in:
Noah 2023-02-02 22:22:51 +08:00
parent c0020c8cea
commit cfad118188

View File

@ -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