tmux settings

git-svn-id: http://photonzero.com/dotfiles/trunk@48 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
michener 2010-03-23 23:09:16 +00:00
parent f62f0b9195
commit 3b98c350b4
3 changed files with 18 additions and 1 deletions

View file

@ -5,3 +5,19 @@ bind-key C-p previous-window
set -g set-titles off
set -g default-terminal screen-256color
new -d
# Status Bar
set -g status-bg black
set -g status-fg white
set -g status-interval 1
set -g status-left '#[fg=green]#H#[default]'
set -g status-left-length 20
set -g status-right '#[fg=cyan,bold]%Y-%m-%d %H:%M:%S#[default]'
# Notifying if other windows has activities
setw -g monitor-activity on
set -g visual-activity on
# Highlighting the active window in status bar
setw -g window-status-current-bg red