changing option for new tmux versions
This commit is contained in:
parent
d92a7b4281
commit
9de8669782
|
|
@ -22,7 +22,10 @@ bind-key a send-prefix
|
|||
#set -s escape-time 0
|
||||
|
||||
# Highlight active window
|
||||
set-window-option -g window-status-current-bg red
|
||||
# before tmux 2.9
|
||||
#set-window-option -g window-status-current-bg red
|
||||
# since tmux 2.9:
|
||||
set-window-option -g window-status-current-style bg=red
|
||||
|
||||
#split panes using | and -
|
||||
bind | split-window -h
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user