diff options
| author | Ben Beltran <ben@freshout.us> | 2013-04-23 08:52:28 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2013-04-23 08:52:28 -0500 |
| commit | d5c1c2171ff1a54a662beea20695a4cd98e0cae5 (patch) | |
| tree | 6a28dc12cc4870829c72a9a884f76711bf57dc1e | |
| parent | 2d3861e9b4d00a775b18a64a1b100b4bf5c185d9 (diff) | |
Better tmux powerline activity highlight
| -rw-r--r-- | tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ bind - split-window -v # Powerline source ~/Library/Python/2.7/lib/python/site-packages/powerline/bindings/tmux/powerline.conf +# Better powerline highlighting. +set-window-option -g window-status-activity-attr bold,blink,underscore + #Set Activity monitoring. setw -g monitor-activity on set -g visual-activity on |