added window status colors
This commit is contained in:
parent
c82a57b378
commit
5f047728d3
1 changed files with 7 additions and 2 deletions
|
@ -16,8 +16,8 @@ bind Q new-window -n '%%'
|
|||
bind A next-window
|
||||
bind S previous-window
|
||||
bind W last-window
|
||||
bind R rename-window '%%'
|
||||
bind F find-window '%%'
|
||||
bind R rename-window -n '%%'
|
||||
bind F find-window -n '%%'
|
||||
|
||||
#promote/demote pane
|
||||
bind z resize-pane -Z
|
||||
|
@ -30,3 +30,8 @@ setw -g aggressive-resize on
|
|||
|
||||
#enable mouse mode
|
||||
set -g mouse on
|
||||
|
||||
#colors
|
||||
set -g window-status-fg blue
|
||||
set -g window-status-current-bg blue
|
||||
set -g window-status-current-fg green
|
||||
|
|
Loading…
Add table
Reference in a new issue