Mercurial > ec-dotfiles
comparison rc/tmux-1.3.conf @ 501:072662ced8b8
Per-version tmux config.
author | edogawaconan <me@myconan.net> |
---|---|
date | Sun, 09 Mar 2014 14:11:47 +0900 |
parents | |
children | 973b7f21b582 |
comparison
equal
deleted
inserted
replaced
500:faf6bc91feb5 | 501:072662ced8b8 |
---|---|
1 set -g terminal-overrides '*:acsc@' | |
2 | |
3 set -g repeat-time 0 | |
4 set -g status-bg cyan | |
5 set -g status-fg white | |
6 | |
7 set -g status-left '#[bg=white,fg=black] #S #[default] ' | |
8 | |
9 set -g status-right '#[bg=white,fg=black] #H #[bg=black,fg=white] %b-%d %H:%M ' | |
10 | |
11 set -g status-utf8 on | |
12 setw -g utf8 on | |
13 | |
14 set -g pane-active-border-fg cyan | |
15 | |
16 set -g set-titles on | |
17 set -g set-titles-string '[#S] #I:#W #T' | |
18 | |
19 setw -g window-status-attr bold | |
20 setw -g window-status-current-attr bold | |
21 setw -g window-status-current-bg black | |
22 setw -g window-status-current-fg white |