dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit b1ba48c8b2df0ac7a7d9b24f15a6f8023c83cda1
parent 7db198432b73cdbdde1ce72ec0513b56a26f0132
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu, 11 Jul 2019 09:47:31 +0900

Update tmux config for v2.9

Switch to `-style` window options introduced in tmux 1.8 for active
window foreground colour, bold etc.

Diffstat:
M.tmux.conf | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.tmux.conf b/.tmux.conf @@ -13,13 +13,12 @@ set-option -g mouse off # status bar set-option -g status-fg white set-option -g status-bg default -set-window-option -g window-status-current-attr bold -set-window-option -g window-status-current-fg yellow -set-window-option -g window-status-activity-attr none set-option -g status-left-length 2 set-option -g status-left '#[fg=green][ ' set-option -g status-right-length 35 set-option -g status-right '#[fg=green]] [ #[fg=black,bright]#h #[fg=green,nobright]] [ #[fg=black,bright]%Y-%m-%d %H:%M #[fg=green,nobright]]' +set-option -g window-status-current-style fg=yellow,bright +set-option -g window-status-activity-style none set-window-option -g automatic-rename off set-window-option -g monitor-activity on