set-option -g prefix C-a set-option destroy-unattached on bind r source-file ~/.tmux.conf bind C-a last-window bind a send-prefix set-window-option -g mode-keys vi bind-key k select-pane -U bind-key j select-pane -D bind-key h select-pane -L bind-key l select-pane -R setw -g aggressive-resize on bind \ split-window -h bind - split-window -v set -g base-index 1 set -g visual-activity on set -g monitor-activity on set -g history-limit 100000 set -g status-bg black set -g status-fg green set -g status-interval 30 set -g status-left-length 40 set -g status-left '#[fg=green](#S) #(whoami)@#H#[default]' set -g status-right '#[fg=yellow]#(cut -d " " -f 1-3 /proc/loadavg)#[default] #[fg=cyan]%H:%M#[default]'