forked from colonelpanic/dotfiles
Add background and foreground settings back to .tmux.conf
This commit is contained in:
parent
d163e90684
commit
8509859b30
@ -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 "create pane from:" "join-pane -s ':%%'"
|
||||||
bind-key ^ command-prompt -p "swap window:" "swap-pane -s '%%' -t '%%'"
|
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-interval 2
|
||||||
set-option -g status-utf8 on
|
set-option -g status-utf8 on
|
||||||
set-option -g status-justify "centre"
|
set-option -g status-justify "centre"
|
||||||
|
Loading…
Reference in New Issue
Block a user