Mercurial > ec-dotfiles
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 331:00777bea96fb | 332:db66d53e10ea |
|---|---|
| 1 ##PRE-1.4 | |
| 2 #set -g terminal-overrides '*:acsc@' | |
| 3 | |
| 4 ##UNDEFINED. NEED CHECK WHICH VERSION | |
| 5 set -g repeat-time 0 | |
| 6 set -g status-bg blue | |
| 7 set -g status-fg white | |
| 8 | |
| 9 set -g status-left '[#S]' | |
| 10 | |
| 11 set -g status-right '#H | %b-%d %H:%M ' | |
| 12 | |
| 13 set -g status-utf8 on | |
| 14 setw -g utf8 on | |
| 15 | |
| 16 #set -g pane-active-border-fg blue | |
| 17 | |
| 18 set -g set-titles on | |
| 19 set -g set-titles-string '[#S] #I:#W #T' | |
| 20 | |
| 21 setw -g window-status-attr bold | |
| 22 setw -g window-status-current-attr bold | |
| 23 setw -g window-status-current-bg red | |
| 24 setw -g window-status-current-fg white | |
| 25 #setw -g window-status-current-format '#I:#W' |
