set-option -g prefix C-a set -sg escape-time 0 set -g base-index 1 setw -g pane-base-index 1 set -g default-terminal "screen-256color" set -g status-fg black set -g status-bg white setw -g window-status-fg black setw -g window-status-bg white setw -g window-status-attr dim setw -g window-status-current-fg black setw -g window-status-current-bg red setw -g window-status-current-attr bright set -g pane-border-fg white set -g pane-border-bg black set -g pane-active-border-fg red set -g pane-active-border-bg black set -g status-justify left set -g status-left-length 30 set -g status-left "#[fg=green]S: #S ++ P: #P ++ " set -g status-right " #[fg=black] %d.%b %R " setw -g monitor-activity on set -g visual-activity on bind r source-file ~/.tmux.conf \; display "Reloaded!" bind | split-window -h bind _ split-window -v bind C-a last-window bind Space last-pane bind -r + resize-pane -U 5 bind -r - resize-pane -D 5 bind -r > resize-pane -R 5 bind -r < resize-pane -L 5