diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-06 21:57:14 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-06 21:57:32 +0100 |
commit | eac30a86d78879f2dec802b0d246eba0afa79b3e (patch) | |
tree | c18d5e2fe50776816f03aa2a22d458ecf1970643 | |
parent | d4177e954c8433469f5ac4cade15bafb1675117e (diff) | |
download | rtmux-eac30a86d78879f2dec802b0d246eba0afa79b3e.tar.gz rtmux-eac30a86d78879f2dec802b0d246eba0afa79b3e.tar.bz2 rtmux-eac30a86d78879f2dec802b0d246eba0afa79b3e.zip |
-attr -> -style.
-rw-r--r-- | example_tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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} |