summaryrefslogtreecommitdiffstats
path: root/example_tmux.conf
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-05-06 21:57:14 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-05-06 21:57:32 +0100
commiteac30a86d78879f2dec802b0d246eba0afa79b3e (patch)
treec18d5e2fe50776816f03aa2a22d458ecf1970643 /example_tmux.conf
parentd4177e954c8433469f5ac4cade15bafb1675117e (diff)
-attr -> -style.
Diffstat (limited to 'example_tmux.conf')
-rw-r--r--example_tmux.conf2
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}