Mercurial > ec-dotfiles
comparison rc/tmux-1.9.conf @ 507:973b7f21b582
Remove bold from tmux status.
| author | edogawaconan <me@myconan.net> |
|---|---|
| date | Mon, 17 Mar 2014 11:30:05 +0900 |
| parents | 072662ced8b8 |
| children | 142db8fd5246 |
comparison
equal
deleted
inserted
replaced
| 506:84ad2517ac90 | 507:973b7f21b582 |
|---|---|
| 12 set -g pane-active-border-fg cyan | 12 set -g pane-active-border-fg cyan |
| 13 | 13 |
| 14 set -g set-titles on | 14 set -g set-titles on |
| 15 set -g set-titles-string '[#S] #I:#W #T' | 15 set -g set-titles-string '[#S] #I:#W #T' |
| 16 | 16 |
| 17 setw -g window-status-attr bold | |
| 18 setw -g window-status-current-attr bold | |
| 19 setw -g window-status-current-bg black | 17 setw -g window-status-current-bg black |
| 20 setw -g window-status-current-fg white | 18 setw -g window-status-current-fg white |
| 21 | 19 |
| 22 bind-key c new-window -c "#{pane_current_path}" | 20 bind-key c new-window -c "#{pane_current_path}" |
| 23 bind-key '"' split-window -c "#{pane_current_path}" | 21 bind-key '"' split-window -c "#{pane_current_path}" |
