Add background and foreground settings back to .tmux.conf

This commit is contained in:
Ivan Malison 2014-06-10 16:12:04 -07:00
parent d163e90684
commit 8509859b30

View File

@ -6,6 +6,9 @@ set-option -g status on
bind-key @ command-prompt -p "create pane from:" "join-pane -s ':%%'"
bind-key ^ command-prompt -p "swap window:" "swap-pane -s '%%' -t '%%'"
set-option -g status-fg colour255
set-option -g status-bg colour235
set-option -g status-interval 2
set-option -g status-utf8 on
set-option -g status-justify "centre"