Mercurial > ec-dotfiles
comparison rc/tmux.conf @ 437:bfeeb9ca2658
Fancier tmux styles.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Sun, 30 Dec 2012 02:17:00 +0700 |
parents | 0a5872319e83 |
children |
comparison
equal
deleted
inserted
replaced
436:d6ac822569c4 | 437:bfeeb9ca2658 |
---|---|
4 ##UNDEFINED. NEED CHECK WHICH VERSION | 4 ##UNDEFINED. NEED CHECK WHICH VERSION |
5 set -g repeat-time 0 | 5 set -g repeat-time 0 |
6 set -g status-bg cyan | 6 set -g status-bg cyan |
7 set -g status-fg white | 7 set -g status-fg white |
8 | 8 |
9 set -g status-left '[#S]' | 9 set -g status-left '#[bg=white,fg=black] #S #[default] ' |
10 | 10 |
11 set -g status-right '#H | %b-%d %H:%M ' | 11 set -g status-right '#[bg=white,fg=black] #H #[bg=black,fg=white] %b-%d %H:%M ' |
12 | 12 |
13 set -g status-utf8 on | 13 set -g status-utf8 on |
14 setw -g utf8 on | 14 setw -g utf8 on |
15 | 15 |
16 set -g pane-active-border-fg cyan | 16 set -g pane-active-border-fg cyan |