|
|
@@ -1,7 +1,12 @@ |
|
|
|
# tmux.conf |
|
|
|
|
|
|
|
if "test -f $HOME/.tmux.conf.local" "source-file $HOME/.tmux.conf.local" \ |
|
|
|
"display-message \"$HOME/.tmux.conf.local not found\"" |
|
|
|
run-shell 'tmux set -g status-right "${USER}@`hostname` | #(tmux -V) "' |
|
|
|
|
|
|
|
run-shell 'tmux set -g status-bg "$_HOSTCOLOR_1" >/dev/null' |
|
|
|
run-shell 'tmux set -g status-fg "$_HOSTCOLOR_2" >/dev/null' |
|
|
|
run-shell 'tmux set -g mode-bg "$_HOSTCOLOR_1" >/dev/null' |
|
|
|
run-shell 'tmux set -g mode-bg "$_HOSTCOLOR_2" >/dev/null' |
|
|
|
run-shell 'tmux set -g pane-active-border-fg "$_HOSTCOLOR_1" >/dev/null' |
|
|
|
|
|
|
|
unbind C-b |
|
|
|
set -g prefix C-z |
|
|
|