Mercurial > ec-dotfiles
diff rc/tmux.conf @ 332:db66d53e10ea
Canonical name for configs.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 19 Mar 2012 12:52:12 +0700 |
parents | rc/tmux@d4c74e246ccb |
children | 71016d843270 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rc/tmux.conf Mon Mar 19 12:52:12 2012 +0700 @@ -0,0 +1,25 @@ +##PRE-1.4 +#set -g terminal-overrides '*:acsc@' + +##UNDEFINED. NEED CHECK WHICH VERSION +set -g repeat-time 0 +set -g status-bg blue +set -g status-fg white + +set -g status-left '[#S]' + +set -g status-right '#H | %b-%d %H:%M ' + +set -g status-utf8 on +setw -g utf8 on + +#set -g pane-active-border-fg blue + +set -g set-titles on +set -g set-titles-string '[#S] #I:#W #T' + +setw -g window-status-attr bold +setw -g window-status-current-attr bold +setw -g window-status-current-bg red +setw -g window-status-current-fg white +#setw -g window-status-current-format '#I:#W'