From 03a1e1b0a88c41b1184e61624e6a28cb99f611c2 Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Fri, 19 Oct 2012 17:46:47 +0200 Subject: [PATCH] Added tmux config --- tmux/tmux.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tmux/tmux.conf diff --git a/tmux/tmux.conf b/tmux/tmux.conf new file mode 100644 index 0000000..3ae5e52 --- /dev/null +++ b/tmux/tmux.conf @@ -0,0 +1,16 @@ +set-option -g status-bg black +set-option -g status-fg white + +set-option -g window-status-current-bg white +set-option -g window-status-current-fg black + +set-option -g pane-border-fg black +set-option -g pane-active-border-fg white + +set-option -g monitor-activity off +set-option -g bell-on-alert on + +set-option -g window-status-bell-attr bold +set-option -g window-status-activity-attr bold + +bind r source-file ~/.tmux.conf