set -g default-terminal "screen-256color" #set -g status-bg red #set -g status-fg black #set -g pane-border-style fg=white #set -g pane-active-border-style "bg=default fg=red" bind '"' split-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}"