Mercurial > ec-dotfiles
view rc/tmux.conf @ 413:fda660f86df3
Don't set lc_messages to utf-8. Just use plain C.
Kinda fixes gnu tools in openbsd.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Fri, 23 Nov 2012 10:39:38 -0500 |
parents | 71016d843270 |
children | 0a5872319e83 |
line wrap: on
line source
##PRE-1.4 #set -g terminal-overrides '*:acsc@' ##UNDEFINED. NEED CHECK WHICH VERSION set -g repeat-time 0 set -g status-bg green set -g status-fg white set -g status-left '[#S]' set -g status-right '#H | %b-%d %H:%M ' set -g status-utf8 on setw -g utf8 on #set -g pane-active-border-fg blue set -g set-titles on set -g set-titles-string '[#S] #I:#W #T' setw -g window-status-attr bold setw -g window-status-current-attr bold setw -g window-status-current-bg red setw -g window-status-current-fg white #setw -g window-status-current-format '#I:#W'