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 | 24873310b30e1bd2ef7087a559a667532009b4c1 (patch) | |
| tree | 77208846999cf9d558f5358e4f3ae07b70d0fa31 | |
| parent | e66374a548b5827600f90f85403fcffd98f9995b (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 |