update
This commit is contained in:
parent
c0020c8cea
commit
cfad118188
@ -22,6 +22,7 @@ set -g mouse off
|
|||||||
# window
|
# window
|
||||||
set -g window-status-format '#I:#(echo "#T"|cut -d: -f1)#F'
|
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-format '#I:#(echo "#T"|cut -d: -f1)#F'
|
||||||
|
set -g window-status-current-style fg=yellow
|
||||||
bind s split-window -v
|
bind s split-window -v
|
||||||
bind v split-window -h
|
bind v split-window -h
|
||||||
bind n next-window
|
bind n next-window
|
||||||
@ -33,7 +34,6 @@ bind c new-window
|
|||||||
#set -g pane-border-status top
|
#set -g pane-border-status top
|
||||||
set -g pane-border-style fg=cyan
|
set -g pane-border-style fg=cyan
|
||||||
set -g pane-active-border-style fg=yellow
|
set -g pane-active-border-style fg=yellow
|
||||||
set -g window-status-current-style fg=yellow
|
|
||||||
bind h select-pane -L
|
bind h select-pane -L
|
||||||
bind j select-pane -D
|
bind j select-pane -D
|
||||||
bind k select-pane -U
|
bind k select-pane -U
|
||||||
|
Loading…
x
Reference in New Issue
Block a user