Fix for tmux 2.9

This commit is contained in:
doty 2020-07-07 06:49:53 -07:00
parent 87bb8233a4
commit 3a3dda26ac

View file

@ -9,8 +9,7 @@ set -g base-index 1
#set -s escape-time 0
# Set status bar
set -g status-bg black
set -g status-fg white
set -g status-style fg=white,bg=black
set -g status-left ""
set -g status-right "#[fg=green]#H"
@ -39,7 +38,7 @@ set -g default-terminal "screen-256color"
# set -g status-right "#[fg=yellow]#(date)"
# Highlight active window
set-window-option -g window-status-current-bg red
set-window-option -g window-status-current-style bg=red
# set-window-option -g mouse on
set -g history-limit 30000