changing option for new tmux versions

This commit is contained in:
jul.io 2021-10-26 20:40:04 +00:00
parent d92a7b4281
commit 9de8669782

View File

@ -22,7 +22,10 @@ bind-key a send-prefix
#set -s escape-time 0 #set -s escape-time 0
# Highlight active window # 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 - #split panes using | and -
bind | split-window -h bind | split-window -h