tmux/windows
This commit is contained in:
parent
329b1313c8
commit
ecc96e8dad
1 changed files with 3 additions and 2 deletions
|
@ -45,8 +45,9 @@ set -g window-status-activity-style bg=black,fg=red
|
|||
# disable silence monitoring
|
||||
setw -g monitor-silence 0
|
||||
|
||||
#set-window-option -g window-status-current-style bg=black,fg=green
|
||||
#set-window-option -g window-status-style bg=black,fg=gray
|
||||
# windows style
|
||||
set-window-option -g window-status-current-style bg=black,fg=green
|
||||
set-window-option -g window-status-style bg=black,fg=gray
|
||||
|
||||
# bind key to detach client
|
||||
bind -n F6 detach-client
|
||||
|
|
Loading…
Reference in a new issue