Mercurial > ec-dotfiles
annotate rc/tmux-1.4.conf @ 644:485c0f09d01f
Exclude ruby from custom inputrc
Rather broken with latest ruby readline implementation.
| author | nanaya <me@nanaya.pro> | 
|---|---|
| date | Sun, 19 Jul 2020 21:48:27 +0900 | 
| parents | 142db8fd5246 | 
| children | 
| rev | line source | 
|---|---|
| 501 | 1 set -g repeat-time 0 | 
| 2 set -g status-bg cyan | |
| 
509
 
142db8fd5246
Change tmux status fg to black.
 
edogawaconan <me@myconan.net> 
parents: 
507 
diff
changeset
 | 
3 set -g status-fg black | 
| 501 | 4 | 
| 5 set -g status-left '#[bg=white,fg=black] #S #[default] ' | |
| 6 | |
| 7 set -g status-right '#[bg=white,fg=black] #H #[bg=black,fg=white] %b-%d %H:%M ' | |
| 8 | |
| 9 set -g status-utf8 on | |
| 10 setw -g utf8 on | |
| 11 | |
| 12 set -g pane-active-border-fg cyan | |
| 13 | |
| 14 set -g set-titles on | |
| 15 set -g set-titles-string '[#S] #I:#W #T' | |
| 16 | |
| 17 setw -g window-status-current-bg black | |
| 18 setw -g window-status-current-fg white | 
