Fix for tmux 2.9
This commit is contained in:
parent
87bb8233a4
commit
3a3dda26ac
1 changed files with 2 additions and 3 deletions
|
|
@ -9,8 +9,7 @@ set -g base-index 1
|
||||||
#set -s escape-time 0
|
#set -s escape-time 0
|
||||||
|
|
||||||
# Set status bar
|
# Set status bar
|
||||||
set -g status-bg black
|
set -g status-style fg=white,bg=black
|
||||||
set -g status-fg white
|
|
||||||
set -g status-left ""
|
set -g status-left ""
|
||||||
set -g status-right "#[fg=green]#H"
|
set -g status-right "#[fg=green]#H"
|
||||||
|
|
||||||
|
|
@ -39,7 +38,7 @@ set -g default-terminal "screen-256color"
|
||||||
# set -g status-right "#[fg=yellow]#(date)"
|
# set -g status-right "#[fg=yellow]#(date)"
|
||||||
|
|
||||||
# Highlight active window
|
# 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-window-option -g mouse on
|
||||||
set -g history-limit 30000
|
set -g history-limit 30000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue