set-option -g mode-keys vi set-option -g base-index 1 set-option -g escape-time 1 set-option -g repeat-time 0 set-option -g history-limit 20000 set-option -g renumber-windows on set-option -g pane-border-indicators both set-option -g status-style "bg=black,fg=white" set-option -g status-left "#S>" set-option -g status-right "" set-option -g status-justify centre set-window-option -g automatic-rename on set-window-option -g window-status-format "#I:#W#F" set-window-option -g window-status-style "bg=green fg=black" set-window-option -g window-status-current-style "bg=red" set-window-option -g window-status-last-style "bg=cyan" bind-key Q kill-session bind-key c new-window NEWWIN bind-key d kill-window bind-key S new-window CATFILE bind-key D { capture-pane -t 0 new-window DLPANE } bind-key -n C-PgUp previous-window bind-key -n C-PgDn next-window bind-key -n S-PgUp copy-mode -u