commit 767da72bbf641aefc310cf52b83275c0257ebf8d
parent 50de317726af919e5e4a8ced13b1f97bf6e2e1be
Author: Chris Bracken <chris@bracken.jp>
Date: Tue, 30 Oct 2012 11:03:58 -0700
Replace annoying default inverted text attr for windows with content/activity alerts. Now plain text. The trailing +,# is enough.
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.tmux.conf b/.tmux.conf
@@ -9,11 +9,12 @@ bind-key C-a send-prefix
set-window-option -g utf8 on
set-option -g status-utf8 on
-# vi keys
+# keybindings
set-window-option -g mode-keys vi
set-option -g status-keys vi
bind C-j next-window
bind C-k previous-window
+bind C-c new-window
# disable mouse
set-window-option -g mode-mouse off
@@ -24,6 +25,8 @@ set-option -g status-fg white
set-option -g status-bg default
set-window-option -g window-status-current-attr bold
set-window-option -g window-status-current-fg yellow
+set-window-option -g window-status-activity-attr none
+set-window-option -g window-status-content-attr none
set-option -g status-left-length 2
set-option -g status-left '#[fg=green][ '
set-option -g status-right-length 35