From ca93371fcf63bfb0cf8d9c60fc4b7627e2666e2f Mon Sep 17 00:00:00 2001 From: Joel Jacquez Date: Tue, 23 Jun 2020 10:43:57 -0600 Subject: [PATCH] Update .tmux.conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cambio a de subfijo `-attr`a `-style` en la linea https://github.com/pablokbs/dotfiles/blob/2882cec70e0d73754b881d6240dfdfc5bb5b5267/tmux/.tmux.conf#L45, esto para que funcione correctamente con la versión 2.9.x de tmux --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index faf7e61..cc41661 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -42,7 +42,7 @@ set-window-option -g window-status-current-format "" # set color for status bar set-option -g status-bg colour235 #base02 set-option -g status-fg yellow #yellow -set-option -g status-attr dim +set-option -g status-style dim # show IP addresses on left side of status bar set -g status-left-length 120