From eac30a86d78879f2dec802b0d246eba0afa79b3e Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 6 May 2019 21:57:14 +0100 Subject: -attr -> -style. --- example_tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_tmux.conf b/example_tmux.conf index 0058ceee..11db9ec6 100644 --- a/example_tmux.conf +++ b/example_tmux.conf @@ -6,7 +6,7 @@ # Some tweaks to the status line set -g status-right "%H:%M" -set -g window-status-current-attr "underscore" +set -g window-status-current-style "underscore" # If running inside tmux ($TMUX is set), then change the status line to red %if #{TMUX} -- cgit