[tmux] Update tmux.conf to use the newer versions of window-status settings
This commit is contained in:
parent
11ce2cd5c7
commit
4188a238a7
1 changed files with 6 additions and 5 deletions
11
tmux.conf
11
tmux.conf
|
@ -35,11 +35,12 @@ set -g base-index 1
|
|||
set -g pane-base-index 1
|
||||
|
||||
# Tabs like this: "(<index>:<window_name>)"
|
||||
set -g window-status-style "fg=white,bg=black"
|
||||
set -g window-status-format " #I #W "
|
||||
set -g window-status-current-style "fg=white,bg=blue"
|
||||
set -g window-status-current-format " #I #W "
|
||||
set -g window-status-separator ""
|
||||
setw -g window-status-style "fg=white,bg=black"
|
||||
setw -g window-status-format " #{?#{==:#W,tmux},...,#I} #W "
|
||||
setw -g window-status-current-style "fg=white,bg=blue"
|
||||
#setw -g window-status-current-format " #I #W "
|
||||
setw -g window-status-current-format " #{?#{==:#W,tmux},...,#I} #W "
|
||||
setw -g window-status-separator ""
|
||||
|
||||
set -g window-status-bell-style "bg=red"
|
||||
set -g window-status-activity-style "bg=red"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue