Added tmux config

master
Guillaume DOTT 2012-10-19 17:46:47 +02:00
parent b6fcc58b2d
commit 03a1e1b0a8
1 changed files with 16 additions and 0 deletions

16
tmux/tmux.conf 100644
View File

@ -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