Fix tmux config

This commit is contained in:
Anton Zadvorny 2019-07-21 20:16:47 +03:00
parent 9ca4152573
commit dd3daf33c5

View File

@ -158,11 +158,6 @@ set-option -g window-status-format '#[fg=colour244,bg=colour234]#{window_index}#
# spaces between instances of window-status-format.
set-option -g status-bg colour234
# Inhibit the default styling for windows with unseen activity, which
# looks blatantly incorrect with the "powerline" theme we are trying to
# emulate.
set-window-option -g window-status-activity-attr none
# Update the status bar every second, instead of the default 15(!)
# seconds. It doesn't look like it's possible to update more than
# once per second, unfortunately.